Skip to content

Commit

Permalink
Updates version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rsinger86 committed Sep 29, 2019
1 parent 15c67a8 commit 63e3380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ To prevent the hooked methods from being called, pass `skip_hooks=True` when cal

# Changelog <a id="changelog"></a>

## 0.5.0 (XXX 2019)
## 0.5.0 (September 2019)
* Adds `was_not` condition
* Allow watching changes to FK model field values, not just FK references

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def readme():
]
setup(
name="django-lifecycle",
version="0.4.2",
version="0.5.0",
description="Declarative model lifecycle hooks, inspired by Rails callbacks.",
author="Robert Singer",
author_email="[email protected]",
Expand Down

0 comments on commit 63e3380

Please sign in to comment.