0.9.3
authorSeth Vidal <skvidal@fedoraproject.org>
Tue, 22 Jan 2008 19:04:33 +0000 (14:04 -0500)
committerSeth Vidal <skvidal@fedoraproject.org>
Tue, 22 Jan 2008 19:04:33 +0000 (14:04 -0500)
createrepo.spec
createrepo/__init__.py

index 24a3525b35c2bc31ada4d21a176cd4be0c1314bb..75e1c14f514010ab351de5a0cdc16642242de57d 100644 (file)
@@ -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 <skvidal at fedoraproject.org>
+- 0.9.3
+
 * Thu Jan 17 2008 Seth Vidal <skvidal at fedoraproject.org>
 - significant api changes
 
index eaa79b8070f7629c0c75d8dade8f6c413e8bc84d..d3f8534efa7143e170a91ef0e6d9af570566f512 100644 (file)
@@ -40,7 +40,7 @@ except ImportError:
 from utils import _gzipOpen, bzipFile, checkAndMakeDir
 
 
-__version__ = '0.9.2'
+__version__ = '0.9.3'