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 ae20172 commit c151607
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.0.3 (November 2023)
## 1.1.0 (November 2023)

- Drop support for Django < 2.2.
- Confirm support for Django 5.0. Thanks @adamchainz!
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.3"
__version__ = "1.1.0"
__author__ = "Robert Singer"
__author_email__ = "robertgsinger@gmail.com"

Expand Down

0 comments on commit c151607

Please sign in to comment.