From: Seth Vidal Date: Thu, 17 Jan 2008 17:28:54 +0000 (-0500) Subject: bump version to 0.9.2 X-Git-Tag: upstream/0.9.9~155 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8914d36c8282bfe5621682a0b10a118f258592d7;p=tools%2Fcreaterepo.git bump version to 0.9.2 --- diff --git a/createrepo.spec b/createrepo.spec index 7515a48..24a3525 100644 --- a/createrepo.spec +++ b/createrepo.spec @@ -2,7 +2,7 @@ Summary: Creates a common metadata repository Name: createrepo -Version: 0.9.1 +Version: 0.9.2 Release: 1 License: GPL Group: System Environment/Base @@ -40,6 +40,9 @@ make DESTDIR=$RPM_BUILD_ROOT install %{python_sitelib}/createrepo %changelog +* Thu Jan 17 2008 Seth Vidal +- significant api changes + * Tue Jan 8 2008 Seth Vidal - 0.9.1 - lots of fixes - cleanup changelog, too diff --git a/createrepo/__init__.py b/createrepo/__init__.py index 5079a38..93d6d5a 100644 --- a/createrepo/__init__.py +++ b/createrepo/__init__.py @@ -40,7 +40,7 @@ except ImportError: from utils import _gzipOpen, bzipFile, checkAndMakeDir -__version__ = '0.9.1' +__version__ = '0.9.2'