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