Skip to content

Commit

Permalink
Updates version and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rsinger86 committed Aug 6, 2020
1 parent 1aa4fb7 commit 7e825a1
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.7.7 (August 2020)
* Fixes issue with `GenericForeignKey`. Thanks @bmbouter!

## 0.7.6 (May 2020)
* Updates to use constants for hook names; updates docs to indicate Python 3.8/Django 3.x support. Thanks @thejoeejoee!

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.7.6"
__version__ = "0.7.7"
__author__ = "Robert Singer"
__author_email__ = "[email protected]"

Expand Down

0 comments on commit 7e825a1

Please sign in to comment.