Skip to content

Commit

Permalink
bump 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sax committed May 28, 2015
1 parent 7a1d481 commit 0fceacc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 0fceacc

Please sign in to comment.