fix versions and bump by one.
authorSeth Vidal <skvidal@linux.duke.edu>
Fri, 9 Jun 2006 13:46:29 +0000 (13:46 +0000)
committerSeth Vidal <skvidal@linux.duke.edu>
Fri, 9 Jun 2006 13:46:29 +0000 (13:46 +0000)
Thanks to Gareth Armstrong for noticing this.

createrepo.spec
genpkgmetadata.py

index 7b2fafe1e52d9f4b170590c77da8f782b044ff97..5e3de540d8f5e1fac39604edf9f3ea1d1df73c4a 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Creates a common metadata repository
 Name: createrepo
-Version: 0.4.4
+Version: 0.4.5
 Release: 1
 License: GPL
 Group: System Environment/Base
@@ -34,6 +34,9 @@ rpm packages
 %{_mandir}/man8/createrepo.8*
 
 %changelog
+* Fri Jun  9 2006 Seth Vidal <skvidal at linux.duke.edu>
+- 0.4.5
+
 * Sat Mar 04 2006 Paul Nasrat <pnasrat@redhat.com>
 - 0.4.4
 
index b75343df55aa757e9936a8388bce75b5fb4b1123..58d949b6d6f3b8b9c071006adab11d2adae948ab 100755 (executable)
@@ -31,7 +31,7 @@ import urlgrabber
 
 import dumpMetadata
 from dumpMetadata import _gzipOpen
-__version__ = '0.4.3'
+__version__ = '0.4.5'
 
 def errorprint(stuff):
     print >> sys.stderr, stuff