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 1ec85d6 commit 4950f30Copy full SHA for 4950f30
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+0.1.2 (2021-03-16)
5
+------------------
6
+
7
+- bug fixes
8
9
10
0.1.1 (2021-03-16)
11
------------------
12
crontools/__about__.py
@@ -2,7 +2,7 @@
__description__ = 'Python cron tools'
__url__ = 'https://github.com/dapper91/crontools'
-__version__ = '0.1.1'
+__version__ = '0.1.2'
__author__ = 'Dmitry Pershin'
__email__ = '[email protected]'
0 commit comments