diff options
author | Tobias Brox <tobixen@gmail.com> | 2013-09-24 22:04:45 +0200 |
---|---|---|
committer | Tobias Brox <tobixen@gmail.com> | 2013-09-24 22:04:45 +0200 |
commit | dbd1a4051e5a35e597d17f73195e1d949f49023d (patch) | |
tree | d1fdb8b096a91fc6772e57a5c159704ae022e17c /calendar-cli.py | |
parent | 9075e3b48757bd5ba488e0166786c1531d970864 (diff) | |
download | calendar-cli-dbd1a4051e5a35e597d17f73195e1d949f49023d.zip |
rearranging the milestones; TODO-items will have to wait since the icalendar.py doesn't have much support for it; bumping version number to 0.01
Diffstat (limited to 'calendar-cli.py')
-rwxr-xr-x | calendar-cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar-cli.py b/calendar-cli.py index f1462df..79814f7 100755 --- a/calendar-cli.py +++ b/calendar-cli.py @@ -8,7 +8,7 @@ from datetime import datetime, timedelta import dateutil.parser from icalendar import Calendar,Event -__version__ = "0.003" +__version__ = "0.01" __author__ = "Tobias Brox" __author_short__ = "tobixen" __copyright__ = "Copyright 2013, Tobias Brox" |