From 944cdc0bdb45d739009416df09528f62d5f75276 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Thu, 19 Jun 2014 13:09:24 -0400 Subject: [PATCH] New version. --- po/pykickstart.pot | 2 +- pykickstart.spec | 6 +++++- setup.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/po/pykickstart.pot b/po/pykickstart.pot index 7ef57fd..70f539a 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-05-16 14:47-0400\n" +"POT-Creation-Date: 2014-06-19 13:08-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 160e511..3b32dbe 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.55 +Version: 1.99.56 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,10 @@ make test %{_mandir}/man1/* %changelog +* Thu Jun 19 2014 Chris Lumens - 1.99.56-1 +- Add support for --disklabel to clearpart (#1078537) (bcl) +- Make print statements Python 3 compatible (mkolman) + * Fri May 16 2014 Chris Lumens - 1.99.55-1 - Do not set any magic default PE size in pykickstart (vpodzime) - ostreesetup: Fix noGpg attribute (walters) diff --git a/setup.py b/setup.py index 7691ae2..6634174 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup -setup(name='pykickstart', version='1.99.55', +setup(name='pykickstart', version='1.99.56', 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