Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
craigds committed Feb 23, 2016
1 parent 3090e95 commit f8af09e
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
@@ -1,3 +1,3 @@
from .signals import pre_save_changed, post_save_changed # noqa

__version__ = (0, 2, 2)
__version__ = (0, 2, 3)
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@

setup(
name='django-fieldsignals',
version='0.2.2',
version='0.2.3',
packages=['fieldsignals', 'fieldsignals.tests'],
include_package_data=True,
test_suite='fieldsignals.tests.test_signals',
Expand Down

0 comments on commit f8af09e

Please sign in to comment.