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 ae20172 commit c151607Copy full SHA for c151607
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 1.0.3 (November 2023)
+## 1.1.0 (November 2023)
4
5
- Drop support for Django < 2.2.
6
- Confirm support for Django 5.0. Thanks @adamchainz!
django_lifecycle/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "1.0.3"
+__version__ = "1.1.0"
__author__ = "Robert Singer"
__author_email__ = "[email protected]"
0 commit comments