# HG changeset patch # User Paul Boddie # Date 1312930543 -7200 # Node ID 7bfc4c8339c22fa25dd5e84f71d8c5b3712b883f # Parent 237522af2e22a0e8905d84b80599e5f3d8a21c82 Updated the release information. diff -r 237522af2e22 -r 7bfc4c8339c2 EventAggregatorSupport.py --- a/EventAggregatorSupport.py Wed Aug 10 00:42:18 2011 +0200 +++ b/EventAggregatorSupport.py Wed Aug 10 00:55:43 2011 +0200 @@ -30,7 +30,7 @@ escape = wikiutil.escape -__version__ = "0.7" +__version__ = "0.7.1" # Date labels. diff -r 237522af2e22 -r 7bfc4c8339c2 PKG-INFO --- a/PKG-INFO Wed Aug 10 00:42:18 2011 +0200 +++ b/PKG-INFO Wed Aug 10 00:55:43 2011 +0200 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: EventAggregator -Version: 0.7 +Version: 0.7.1 Author: Paul Boddie Author-email: paul at boddie org uk Maintainer: Paul Boddie Maintainer-email: paul at boddie org uk Home-page: http://moinmo.in/MacroMarket/EventAggregator -Download-url: http://moinmo.in/MacroMarket/EventAggregator?action=AttachFile&do=view&target=EventAggregator-0.7.tar.gz +Download-url: http://moinmo.in/MacroMarket/EventAggregator?action=AttachFile&do=view&target=EventAggregator-0.7.1.tar.gz Summary: Aggregate event data and display it in an event calendar (or summarise it in iCalendar and RSS resources) License: GPL (version 2 or later) Description: The EventAggregator macro for MoinMoin can be used to display event diff -r 237522af2e22 -r 7bfc4c8339c2 README.txt --- a/README.txt Wed Aug 10 00:42:18 2011 +0200 +++ b/README.txt Wed Aug 10 00:55:43 2011 +0200 @@ -26,6 +26,9 @@ Important Notices ----------------- +Release 0.7.1 restores MoinMoin 1.9.x compatibility which was accidentally +lost in the 0.7 release. + Release 0.6.2 fixes various bugs in HTML production done by the actions. It is strongly recommended to upgrade from earlier versions to this or a later release. @@ -252,6 +255,11 @@ time zone information for the correct interpretation of time information in those summaries. Thus, it is highly recommended that pytz be installed. +New in EventAggregator 0.7.1 (Changes since EventAggregator 0.7) +---------------------------------------------------------------- + + * Restored MoinMoin 1.9.x compatibility around WikiDict access. + New in EventAggregator 0.7 (Changes since EventAggregator 0.6.4) ---------------------------------------------------------------- diff -r 237522af2e22 -r 7bfc4c8339c2 setup.py --- a/setup.py Wed Aug 10 00:42:18 2011 +0200 +++ b/setup.py Wed Aug 10 00:55:43 2011 +0200 @@ -8,6 +8,6 @@ author = "Paul Boddie", author_email = "paul@boddie.org.uk", url = "http://moinmo.in/MacroMarket/EventAggregator", - version = "0.7", + version = "0.7.1", py_modules = ["EventAggregatorSupport", "MoinMoin.script.import.eventfeed"] )