diff --git a/CHANGES b/CHANGES index 20666134..e76891cf 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +Release 0.8.3 +============= +* bugfix: support both post_syncdb and post_migrate + + Release 0.8.2 ============= * fixes #64: Export not working when actions enabled on top & bottom diff --git a/adminactions/__init__.py b/adminactions/__init__.py index fe9800fe..296b5763 100644 --- a/adminactions/__init__.py +++ b/adminactions/__init__.py @@ -1,6 +1,6 @@ from __future__ import absolute_import NAME = 'django-adminactions' -VERSION = __version__ = (0, 8, 2, 'final', 0) +VERSION = __version__ = (0, 8, 3, 'final', 0) __author__ = 'sax' import subprocess