From: Seth Vidal Date: Tue, 22 Jan 2008 19:04:33 +0000 (-0500) Subject: 0.9.3 X-Git-Tag: upstream/0.9.9~146 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1fdb2f2b684fe04ef87367e39a9fbe5db0f7be00;p=tools%2Fcreaterepo.git 0.9.3 --- diff --git a/createrepo.spec b/createrepo.spec index 24a3525..75e1c14 100644 --- a/createrepo.spec +++ b/createrepo.spec @@ -2,7 +2,7 @@ Summary: Creates a common metadata repository Name: createrepo -Version: 0.9.2 +Version: 0.9.3 Release: 1 License: GPL Group: System Environment/Base @@ -40,6 +40,9 @@ make DESTDIR=$RPM_BUILD_ROOT install %{python_sitelib}/createrepo %changelog +* Tue Jan 22 2008 Seth Vidal +- 0.9.3 + * Thu Jan 17 2008 Seth Vidal - significant api changes diff --git a/createrepo/__init__.py b/createrepo/__init__.py index eaa79b8..d3f8534 100644 --- a/createrepo/__init__.py +++ b/createrepo/__init__.py @@ -40,7 +40,7 @@ except ImportError: from utils import _gzipOpen, bzipFile, checkAndMakeDir -__version__ = '0.9.2' +__version__ = '0.9.3'