Upgraded APScheduler to 3.0.1. This includes pytz and tzlocal as dependencies.

This commit is contained in:
Bas Stottelaar
2014-10-20 21:33:00 +02:00
parent cf181e1d26
commit 553cc536c0
644 changed files with 8674 additions and 1338 deletions
+5 -3
View File
@@ -1,3 +1,5 @@
version_info = (2, 0, 0, 'rc', 2)
version = '.'.join(str(n) for n in version_info[:3])
release = version + ''.join(str(n) for n in version_info[3:])
version_info = (3, 0, 1)
version = '3.0.1'
release = '3.0.1'
__version__ = release # PEP 396