Skip to content

Commit 77e8435

Browse files
committed
Update project version to 1.6
1 parent d61b5f7 commit 77e8435

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v1.6 - 2022-05-05
4+
5+
Includes:
6+
7+
- Support for Django v4 (currently only supports `USE_DEPRECATED_PYTZ = True`)
8+
39
## v1.5 - 2022-04-14
410

511
Includes:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
REPO_ROOT = path.abspath(path.dirname(__file__))
77

8-
VERSION = "1.5"
8+
VERSION = "1.6"
99

1010
with open(path.join(REPO_ROOT, "README.md"), encoding="utf-8") as f:
1111
long_description = f.read()

0 commit comments

Comments
 (0)