# HG changeset patch # User Paul Boddie # Date 1367948966 -7200 # Node ID 4238d467e98004a4f840d7aed839fbc2438d9e15 # Parent 25738f766894879d0e62a2a443c653cf0faed5f3 Updated the release information. diff -r 25738f766894 -r 4238d467e980 PKG-INFO --- a/PKG-INFO Tue May 07 19:49:09 2013 +0200 +++ b/PKG-INFO Tue May 07 19:49:26 2013 +0200 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: MoinSupport -Version: 0.3 +Version: 0.4 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-3.tar.bz2 +Download-url: http://hgweb.boddie.org.uk/MoinSupport/archive/rel-0-4.tar.bz2 Summary: Support libraries for MoinMoin extensions License: GPL (version 2 or later) Description: The MoinSupport distribution provides libraries handling datetime diff -r 25738f766894 -r 4238d467e980 README.txt --- a/README.txt Tue May 07 19:49:09 2013 +0200 +++ b/README.txt Tue May 07 19:49:26 2013 +0200 @@ -64,6 +64,13 @@ If time zone handling is not required, pytz need not be installed. It is, however, highly recommended that pytz be installed. +New in MoinSupport 0.4 (Changes since MoinSupport 0.3) +------------------------------------------------------ + + * Added a function to MoinRemoteSupport to read and return cached item + metadata. + * Fixed the ISO 8601 representations of datetimes. + New in MoinSupport 0.3 (Changes since MoinSupport 0.2) ------------------------------------------------------ diff -r 25738f766894 -r 4238d467e980 setup.py --- a/setup.py Tue May 07 19:49:09 2013 +0200 +++ b/setup.py Tue May 07 19:49:26 2013 +0200 @@ -8,7 +8,7 @@ author = "Paul Boddie", author_email = "paul@boddie.org.uk", url = "http://hgweb.boddie.org.uk/MoinSupport", - version = "0.3", + version = "0.4", py_modules = ["ContentTypeSupport", "DateSupport", "GeneralSupport", "ItemSupport", "LocationSupport", "MoinDateSupport", "MoinRemoteSupport", "MoinSupport", "ViewSupport"]