We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47970b7 commit c0c8a25Copy full SHA for c0c8a25
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+0.1.4 (2021-03-19)
5
+------------------
6
+
7
+- timezone bug fixed
8
9
10
0.1.3 (2021-03-18)
11
------------------
12
crontools/__about__.py
@@ -2,7 +2,7 @@
__description__ = 'Python cron tools'
__url__ = 'https://github.com/dapper91/crontools'
-__version__ = '0.1.3'
+__version__ = '0.1.4'
__author__ = 'Dmitry Pershin'
__email__ = '[email protected]'
0 commit comments