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 fabb5cc commit fa791ceCopy full SHA for fa791ce
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+0.1.5 (2022-04-24)
5
+------------------
6
+
7
+- range iter method beginning value initialization bug fixed.
8
9
10
0.1.4 (2021-03-19)
11
------------------
12
crontools/__about__.py
@@ -2,7 +2,7 @@
__description__ = 'Python cron tools'
__url__ = 'https://github.com/dapper91/crontools'
-__version__ = '0.1.4'
+__version__ = '0.1.5'
__author__ = 'Dmitry Pershin'
__email__ = '[email protected]'
0 commit comments