EventAggregator

Changeset

173:f156affd8628
2011-04-06 Paul Boddie raw files shortlog changelog graph Updated release information.
EventAggregatorSupport.py (file) PKG-INFO (file) README.txt (file) setup.py (file)
     1.1 --- a/EventAggregatorSupport.py	Tue Apr 05 23:24:25 2011 +0200
     1.2 +++ b/EventAggregatorSupport.py	Wed Apr 06 00:29:51 2011 +0200
     1.3 @@ -31,7 +31,7 @@
     1.4  def escattr(s):
     1.5      return escape(s, 1)
     1.6  
     1.7 -__version__ = "0.6.3"
     1.8 +__version__ = "0.6.4"
     1.9  
    1.10  # Date labels.
    1.11  
     2.1 --- a/PKG-INFO	Tue Apr 05 23:24:25 2011 +0200
     2.2 +++ b/PKG-INFO	Wed Apr 06 00:29:51 2011 +0200
     2.3 @@ -1,12 +1,12 @@
     2.4  Metadata-Version: 1.1
     2.5  Name: EventAggregator
     2.6 -Version: 0.6.3
     2.7 +Version: 0.6.4
     2.8  Author: Paul Boddie
     2.9  Author-email: paul at boddie org uk
    2.10  Maintainer: Paul Boddie
    2.11  Maintainer-email: paul at boddie org uk
    2.12  Home-page: http://moinmo.in/MacroMarket/EventAggregator
    2.13 -Download-url: http://moinmo.in/MacroMarket/EventAggregator?action=AttachFile&do=view&target=EventAggregator-0.6.3.tar.gz
    2.14 +Download-url: http://moinmo.in/MacroMarket/EventAggregator?action=AttachFile&do=view&target=EventAggregator-0.6.4.tar.gz
    2.15  Summary: Aggregate event data and display it in an event calendar (or summarise it in iCalendar and RSS resources)
    2.16  License: GPL (version 2 or later)
    2.17  Description: The EventAggregator macro for MoinMoin can be used to display event
     3.1 --- a/README.txt	Tue Apr 05 23:24:25 2011 +0200
     3.2 +++ b/README.txt	Wed Apr 06 00:29:51 2011 +0200
     3.3 @@ -228,6 +228,12 @@
     3.4  time zone information for the correct interpretation of time information in
     3.5  those summaries. Thus, it is highly recommended that pytz be installed.
     3.6  
     3.7 +New in EventAggregator 0.6.4 (Changes since EventAggregator 0.6.3)
     3.8 +------------------------------------------------------------------
     3.9 +
    3.10 +  * Fixed pop-up element labels where one limit of a calendar has not been
    3.11 +    specified.
    3.12 +
    3.13  New in EventAggregator 0.6.3 (Changes since EventAggregator 0.6.2)
    3.14  ------------------------------------------------------------------
    3.15  
     4.1 --- a/setup.py	Tue Apr 05 23:24:25 2011 +0200
     4.2 +++ b/setup.py	Wed Apr 06 00:29:51 2011 +0200
     4.3 @@ -8,6 +8,6 @@
     4.4      author       = "Paul Boddie",
     4.5      author_email = "paul@boddie.org.uk",
     4.6      url          = "http://moinmo.in/MacroMarket/EventAggregator",
     4.7 -    version      = "0.6.3",
     4.8 +    version      = "0.6.4",
     4.9      py_modules   = ["EventAggregatorSupport", "MoinMoin.script.import.eventfeed"]
    4.10      )