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