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 8a3559b commit 71822a7Copy full SHA for 71822a7
docs/conf.py
@@ -51,9 +51,9 @@
51
# built documents.
52
#
53
# The short X.Y version.
54
-version = '2.3.0'
+version = '2.4.0'
55
# The full version, including alpha/beta/rc tags.
56
-release = '2.3.0'
+release = '2.4.0'
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
0 commit comments