Skip to content

Commit

Permalink
0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
craigds committed Jul 2, 2020
1 parent e5a6c25 commit 5299b6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fieldsignals/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .signals import pre_save_changed, post_save_changed # noqa

__version__ = (0, 5, 0)
__version__ = (0, 6, 0)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="django-fieldsignals",
version="0.5.0",
version="0.6.0",
packages=["fieldsignals", "fieldsignals.tests"],
include_package_data=True,
test_suite="fieldsignals.tests.test_signals",
Expand Down

0 comments on commit 5299b6d

Please sign in to comment.