Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
EnriqueSoria committed Nov 1, 2023
1 parent 4343e7a commit dac1c4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,12 @@ Instead of overriding `save` and `__init__` in a clunky way that hurts readabili

# Changelog

## Pending
## 1.0.3 (November 2023)

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

## 1.0.2 (September 2023)

Expand Down
2 changes: 1 addition & 1 deletion django_lifecycle/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.2"
__version__ = "1.0.3"
__author__ = "Robert Singer"
__author_email__ = "[email protected]"

Expand Down

0 comments on commit dac1c4e

Please sign in to comment.