# HG changeset patch # User Paul Boddie # Date 1381472985 -7200 # Node ID c054b733d0466b18001c7047dfc12f7a37a72041 # Parent c20f465c7a727824aa077b91571e922c0c092f40 Updated the version numbers. diff -r c20f465c7a72 -r c054b733d046 PKG-INFO --- a/PKG-INFO Fri Oct 11 08:28:37 2013 +0200 +++ b/PKG-INFO Fri Oct 11 08:29:45 2013 +0200 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: MoinSupport -Version: 0.4 +Version: 0.4.1 Author: Paul Boddie Author-email: paul at boddie org uk Maintainer: Paul Boddie Maintainer-email: paul at boddie org uk Home-page: http://hgweb.boddie.org.uk/MoinSupport -Download-url: http://hgweb.boddie.org.uk/MoinSupport/archive/rel-0-4.tar.bz2 +Download-url: http://hgweb.boddie.org.uk/MoinSupport/archive/rel-0-4-1.tar.bz2 Summary: Support libraries for MoinMoin extensions License: GPL (version 2 or later) Description: The MoinSupport distribution provides libraries handling datetime diff -r c20f465c7a72 -r c054b733d046 setup.py --- a/setup.py Fri Oct 11 08:28:37 2013 +0200 +++ b/setup.py Fri Oct 11 08:29:45 2013 +0200 @@ -8,7 +8,7 @@ author = "Paul Boddie", author_email = "paul@boddie.org.uk", url = "http://hgweb.boddie.org.uk/MoinSupport", - version = "0.4", + version = "0.4.1", py_modules = ["ContentTypeSupport", "DateSupport", "GeneralSupport", "ItemSupport", "LocationSupport", "MoinDateSupport", "MoinRemoteSupport", "MoinSupport", "ViewSupport"]