Skip to content

Commit

Permalink
Merge tag '0.8.1' into develop
Browse files Browse the repository at this point in the history
v0.8.1

* tag '0.8.1':
  bump 0.8.1
  • Loading branch information
sax committed May 2, 2015
2 parents a60f8b8 + 127a414 commit 254a135
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Release 0.8.1
=============
* Use collections.OrderedDict instead for Django1.7 or higher. (thanks @rvoicilas)


Release 0.8
===========
* python 3.3, 3.4 compatibility
Expand Down
2 changes: 1 addition & 1 deletion adminactions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import absolute_import
NAME = 'django-adminactions'
VERSION = __version__ = (0, 8, 0, 'final', 0)
VERSION = __version__ = (0, 8, 1, 'final', 0)
__author__ = 'sax'

import subprocess
Expand Down

0 comments on commit 254a135

Please sign in to comment.