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 31724a4 commit b2d8815Copy full SHA for b2d8815
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+# 1.2.2 (February 2024)
4
+
5
+ - Fix pypi release by explicitly include `conditions` folder
6
7
# 1.2.1 (February 2024)
8
9
- Fix import errors
django_lifecycle/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "1.2.1"
+__version__ = "1.2.2"
__author__ = "Robert Singer"
__author_email__ = "[email protected]"
0 commit comments