bump version to 0.9.2
authorSeth Vidal <skvidal@fedoraproject.org>
Thu, 17 Jan 2008 17:28:54 +0000 (12:28 -0500)
committerSeth Vidal <skvidal@fedoraproject.org>
Thu, 17 Jan 2008 17:28:54 +0000 (12:28 -0500)
createrepo.spec
createrepo/__init__.py

index 7515a48d090dfcc6d6fa5a5641a07ff0403701dc..24a3525b35c2bc31ada4d21a176cd4be0c1314bb 100644 (file)
@@ -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 <skvidal at fedoraproject.org>
+- significant api changes
+
 * Tue Jan  8 2008 Seth Vidal <skvidal at fedoraproject.org>
 - 0.9.1 - lots of fixes
 - cleanup changelog, too
index 5079a3850deaa8850cf7f74f6c66d762cae4f6c4..93d6d5a77ba824eadb0c6a1a69deca85832ece71 100644 (file)
@@ -40,7 +40,7 @@ except ImportError:
 from utils import _gzipOpen, bzipFile, checkAndMakeDir
 
 
-__version__ = '0.9.1'
+__version__ = '0.9.2'