Skip to content

Commit dac1c4e

Browse files
committed
chore: Bump version
1 parent 4343e7a commit dac1c4e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,12 @@ Instead of overriding `save` and `__init__` in a clunky way that hurts readabili
6464

6565
# Changelog
6666

67-
## Pending
67+
## 1.0.3 (November 2023)
6868

6969
- Drop support for Django < 2.2.
7070
- Confirm support for Django 5.0. Thanks @adamchainz!
7171
- Remove urlman from required packages. Thanks @DmytroLitvinov!
72+
- Add an optional Django check to avoid errors by not inheriting from `LifecycleModelMixin` (or `LifecycleModel`)
7273

7374
## 1.0.2 (September 2023)
7475

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

0 commit comments

Comments
 (0)