From 12f707384d46303c7fd29336b5ecea9949c7391a Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Fri, 1 Aug 2014 13:00:38 -0400 Subject: [PATCH] New version. --- po/pykickstart.pot | 2 +- pykickstart.spec | 7 ++++++- setup.py | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/po/pykickstart.pot b/po/pykickstart.pot index 8e3106d..6d969bf 100644 --- a/po/pykickstart.pot +++ b/po/pykickstart.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-02-13 09:33-0500\n" +"POT-Creation-Date: 2014-08-01 12:59-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/pykickstart.spec b/pykickstart.spec index 3f38ed1..53f5dfc 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -3,7 +3,7 @@ Summary: A python library for manipulating kickstart files Name: pykickstart Url: http://fedoraproject.org/wiki/pykickstart -Version: 1.99.43.10 +Version: 1.99.43.11 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -54,6 +54,11 @@ make test %{_mandir}/man1/* %changelog +* Fri Aug 01 2014 Chris Lumens - 1.99.43.11-1 +- Add autopart --fstype support (#1112697) (bcl) +- ostreesetup: Fix noGpg attribute (walters) +- ostreesetup: New command (walters) + * Wed Feb 26 2014 Chris Lumens - 1.99.43.10-1 - Add network --interfacename option for vlans (#1061646) (rvykydal) diff --git a/setup.py b/setup.py index 69dcf12..73eb4d6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup -setup(name='pykickstart', version='1.99.43.10', +setup(name='pykickstart', version='1.99.43.11', description='Python module for manipulating kickstart files', author='Chris Lumens', author_email='clumens@redhat.com', url='http://fedoraproject.org/wiki/pykickstart', -- 2.11.4.GIT