Skip to content

Commit

Permalink
Bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsinger86 committed Feb 14, 2021
1 parent b210d08 commit ed961a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ Instead of overriding `save` and `__init__` in a clunky way that hurts readabili

# Changelog

## 0.9.0 (February 2021)
* Prevents calling a hooked method twice with the same state. Thanks @garyd203!

## 0.8.1 (January 2021)
* Added missing return to `delete()` method override. Thanks @oaosman84!

Expand Down
2 changes: 1 addition & 1 deletion django_lifecycle/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .django_info import IS_GTE_1_POINT_9

__version__ = "0.8.1"
__version__ = "0.9.0"
__author__ = "Robert Singer"
__author_email__ = "[email protected]"

Expand Down

0 comments on commit ed961a0

Please sign in to comment.