From 3cbe03aad196ff2c6d68f11167e61528fbb0cb16 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Jun 24 2014 19:43:23 +0000 Subject: 1.16 release --- diff --git a/fedpkg.spec b/fedpkg.spec index 79b79fd..b5a2d4a 100644 --- a/fedpkg.spec +++ b/fedpkg.spec @@ -2,7 +2,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: fedpkg -Version: 1.15 +Version: 1.16 Release: 1%{?dist} Summary: Fedora utility for working with dist-git @@ -65,6 +65,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jun 24 2014 Dennis Gilmore - 1.16-1 +- retire: Make retirement message/reason mandatory (opensource) +- retire: Use pkgdb2 API (opensource) +- Don't check for the config file if the user is asking for help (bochecha) + * Mon Aug 26 2013 Dennis Gilmore - 1.14-1 - clean up arches in fedpkg bash completeion - drop sparc - add i686 - add arm variants - add ppc64p7 (dennis) diff --git a/setup.py b/setup.py index d2eb62f..09dd3e1 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name = "fedpkg", - version = "1.15", + version = "1.16", author = "Dennis Gilmore", author_email = "dgilmore@fedoraproject.org", description = ("Fedora plugin to rpkg to manage "