Skip to content

Commit 59beba8

Browse files
committed
chore: Prepare release 1.2.1
1 parent e1c4083 commit 59beba8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
# 1.2.1 (February 2024)
4+
5+
- Fix import errors
6+
37
# 1.2.0 (February 2024)
48

59
- Hook condition can be now built using some predefined conditions and/or with custom ones.

django_lifecycle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.2.0"
1+
__version__ = "1.2.1"
22
__author__ = "Robert Singer"
33
__author_email__ = "[email protected]"
44

0 commit comments

Comments
 (0)