Skip to content

Commit

Permalink
bump version to v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck committed Apr 23, 2016
1 parent 73f1f44 commit 9537c41
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.8.2
-----

* Fix how the demo site stopped working because of bad settings

0.8.1
-----

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1
0.8.2
2 changes: 1 addition & 1 deletion django_object_actions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""A Django app for adding object tools for models in the admin."""
__version__ = '0.8.1'
__version__ = '0.8.2'


# kind of like __all__, make these available for public
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='django-object-actions',
version='0.8.1',
version='0.8.2',
author='Chris Chang',
author_email='[email protected]',
url='https://github.com/crccheck/django-object-actions',
Expand Down

0 comments on commit 9537c41

Please sign in to comment.