# HG changeset patch # User Paul Boddie # Date 1347391456 -7200 # Node ID 440f0fac41a2597e4eadebd88cb2a961d4377738 # Parent 59fc84f9399c9ef12f82ef6981be1080e8a5b548 Updated the release information. diff -r 59fc84f9399c -r 440f0fac41a2 EventAggregatorSupport.py --- a/EventAggregatorSupport.py Tue Sep 11 21:22:16 2012 +0200 +++ b/EventAggregatorSupport.py Tue Sep 11 21:24:16 2012 +0200 @@ -44,7 +44,7 @@ escape = wikiutil.escape -__version__ = "0.8.4" +__version__ = "0.8.5" # Date labels. diff -r 59fc84f9399c -r 440f0fac41a2 PKG-INFO --- a/PKG-INFO Tue Sep 11 21:22:16 2012 +0200 +++ b/PKG-INFO Tue Sep 11 21:24:16 2012 +0200 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: EventAggregator -Version: 0.8.4 +Version: 0.8.5 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.8.4.tar.bz2 +Download-url: http://moinmo.in/MacroMarket/EventAggregator?action=AttachFile&do=view&target=EventAggregator-0.8.5.tar.bz2 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 59fc84f9399c -r 440f0fac41a2 README.txt --- a/README.txt Tue Sep 11 21:22:16 2012 +0200 +++ b/README.txt Tue Sep 11 21:24:16 2012 +0200 @@ -304,6 +304,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.8.5 (Changes since EventAggregator 0.8.4) +------------------------------------------------------------------ + + * Fixed iCalendar quoting for newlines in calendar data. + New in EventAggregator 0.8.4 (Changes since EventAggregator 0.8.3) ------------------------------------------------------------------ diff -r 59fc84f9399c -r 440f0fac41a2 setup.py --- a/setup.py Tue Sep 11 21:22:16 2012 +0200 +++ b/setup.py Tue Sep 11 21:24:16 2012 +0200 @@ -8,6 +8,6 @@ author = "Paul Boddie", author_email = "paul@boddie.org.uk", url = "http://moinmo.in/MacroMarket/EventAggregator", - version = "0.8.4", + version = "0.8.5", py_modules = ["EventAggregatorSupport", "MoinMoin.script.import.eventfeed"] )