# HG changeset patch # User Paul Boddie # Date 1367778408 -7200 # Node ID a59a9ba89db9f96d25ef62be0145cbbbba74e3ba # Parent 75db413c0a386d65419bcf51872a9f41ae7c70d2 Updated the release procedures and moved recurrence development to MoinSupport. diff -r 75db413c0a38 -r a59a9ba89db9 README.txt --- a/README.txt Fri May 03 16:37:36 2013 +0200 +++ b/README.txt Sun May 05 20:26:48 2013 +0200 @@ -589,7 +589,7 @@ Release Procedures ------------------ -Update the EventAggregatorSupport.py __version__ attribute and the setup.py +Update the EventAggregatorSupport __version__ attribute and the setup.py version details. Change the version number and package filename/directory in the documentation. Update the setup.py and PKG-INFO files. diff -r 75db413c0a38 -r a59a9ba89db9 TO_DO.txt --- a/TO_DO.txt Fri May 03 16:37:36 2013 +0200 +++ b/TO_DO.txt Sun May 05 20:26:48 2013 +0200 @@ -44,18 +44,9 @@ specified date or time for instances other than the primary occurrence. For example, "every second Wednesday of every other month". -Possible grammar: - - [ of ]... - [ from ] - [ until ] - - recurrence = every [ ] - interval = second | minute | hour | day | | week | month | year - -The resolution of each successive must be lower than those it -follows. Thus, "every second day of every second week..." is valid whereas -"every second week of every second day..." is not. +The resolution of each successive would need to be lower than +those it follows. Thus, "every second day of every second week..." would be +valid whereas "every second week of every second day..." would not. Map Views ---------