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 e1c4083 commit 59beba8Copy full SHA for 59beba8
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+# 1.2.1 (February 2024)
4
+
5
+ - Fix import errors
6
7
# 1.2.0 (February 2024)
8
9
- Hook condition can be now built using some predefined conditions and/or with custom ones.
django_lifecycle/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "1.2.0"
+__version__ = "1.2.1"
__author__ = "Robert Singer"
__author_email__ = "[email protected]"
0 commit comments