# HG changeset patch # User Paul Boddie # Date 1383863340 -3600 # Node ID 2ea1a6508012608d8bdf81933e2545d1979aec60 # Parent 658395dc76d3d3322952e4982e009d1783739294 Changed the proposed version number since parts of the API will have changed. diff -r 658395dc76d3 -r 2ea1a6508012 MoinSupport.py --- a/MoinSupport.py Thu Nov 07 19:15:01 2013 +0100 +++ b/MoinSupport.py Thu Nov 07 23:29:00 2013 +0100 @@ -34,7 +34,7 @@ except ImportError: pass -__version__ = "0.4.2" +__version__ = "0.5" # Extraction of shared fragments. diff -r 658395dc76d3 -r 2ea1a6508012 PKG-INFO --- a/PKG-INFO Thu Nov 07 19:15:01 2013 +0100 +++ b/PKG-INFO Thu Nov 07 23:29:00 2013 +0100 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: MoinSupport -Version: 0.4.2 +Version: 0.5 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-2.tar.bz2 +Download-url: http://hgweb.boddie.org.uk/MoinSupport/archive/rel-0-5.tar.bz2 Summary: Support libraries for MoinMoin extensions License: GPL (version 2 or later) Description: The MoinSupport distribution provides libraries handling datetime diff -r 658395dc76d3 -r 2ea1a6508012 README.txt --- a/README.txt Thu Nov 07 19:15:01 2013 +0100 +++ b/README.txt Thu Nov 07 23:29:00 2013 +0100 @@ -63,8 +63,8 @@ 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.2 (Changes since MoinSupport 0.4.1) ----------------------------------------------------------- +New in MoinSupport 0.5 (Changes since MoinSupport 0.4.1) +-------------------------------------------------------- * Moved ItemStore and related functionality into ItemSupport. * Added support for subpage-based item stores. diff -r 658395dc76d3 -r 2ea1a6508012 setup.py --- a/setup.py Thu Nov 07 19:15:01 2013 +0100 +++ b/setup.py Thu Nov 07 23:29:00 2013 +0100 @@ -8,7 +8,7 @@ author = "Paul Boddie", author_email = "paul@boddie.org.uk", url = "http://hgweb.boddie.org.uk/MoinSupport", - version = "0.4.2", + version = "0.5", py_modules = ["ContentTypeSupport", "DateSupport", "GeneralSupport", "ItemSupport", "LocationSupport", "MoinDateSupport", "MoinRemoteSupport", "MoinSupport", "ViewSupport"]