From: Seth Vidal Date: Mon, 18 Feb 2008 18:18:53 +0000 (-0500) Subject: bump version numbers X-Git-Tag: upstream/0.9.9~127 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d60f9d7158c5ceab1d6deef1427db8c4eecd29d3;p=tools%2Fcreaterepo.git bump version numbers --- diff --git a/createrepo.spec b/createrepo.spec index d058b7a..68f5747 100644 --- a/createrepo.spec +++ b/createrepo.spec @@ -2,7 +2,7 @@ Summary: Creates a common metadata repository Name: createrepo -Version: 0.9.4 +Version: 0.9.5 Release: 1 License: GPL Group: System Environment/Base @@ -40,6 +40,9 @@ make DESTDIR=$RPM_BUILD_ROOT install %{python_sitelib}/createrepo %changelog +* Mon Feb 18 2008 Seth Vidal +- 0.9.5 + * Mon Jan 28 2008 Seth Vidal - 0.9.4 diff --git a/createrepo/__init__.py b/createrepo/__init__.py index 6cbca7d..2e5fa6e 100644 --- a/createrepo/__init__.py +++ b/createrepo/__init__.py @@ -34,7 +34,7 @@ except ImportError: from utils import _gzipOpen, bzipFile, checkAndMakeDir, GzipFile, checksum_and_rename -__version__ = '0.9.4' +__version__ = '0.9.5' class MetaDataConfig(object):