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 c74b958 commit a58088fCopy full SHA for a58088f
docs/conf.py
@@ -51,9 +51,9 @@
51
# built documents.
52
#
53
# The short X.Y version.
54
-version = '2.4.2'
+version = '2.4.3'
55
# The full version, including alpha/beta/rc tags.
56
-release = '2.4.2'
+release = '2.4.3'
57
58
# The language for content autogenerated by Sphinx. Refer to documentation
59
# for a list of supported languages.
setup.py
@@ -2,7 +2,7 @@
2
3
install_requirements = ['pytz', 'tzlocal']
4
5
6
7
try:
8
import importlib
tasklib/__init__.py
@@ -2,4 +2,4 @@
from .task import Task
from .serializing import local_zone
-__version__ = '2.4.2'
+__version__ = '2.4.3'
0 commit comments