Skip to content

Commit 2e99938

Browse files
committed
chore: Prepare v1.1.1 release
1 parent 5b37d65 commit 2e99938

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.1.1 (November 2023)
4+
5+
- Fix: Include missing `django_lifecycle_checks` into python package
6+
37
## 1.1.0 (November 2023)
48

59
- Drop support for Django < 2.2.

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.1.0"
1+
__version__ = "1.1.1"
22
__author__ = "Robert Singer"
33
__author_email__ = "[email protected]"
44

0 commit comments

Comments
 (0)