We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d61b5f7 commit 77e8435Copy full SHA for 77e8435
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.6 - 2022-05-05
4
+
5
+Includes:
6
7
+- Support for Django v4 (currently only supports `USE_DEPRECATED_PYTZ = True`)
8
9
## v1.5 - 2022-04-14
10
11
Includes:
setup.py
@@ -5,7 +5,7 @@
REPO_ROOT = path.abspath(path.dirname(__file__))
-VERSION = "1.5"
+VERSION = "1.6"
with open(path.join(REPO_ROOT, "README.md"), encoding="utf-8") as f:
long_description = f.read()
0 commit comments