We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f1f44 commit 9537c41Copy full SHA for 9537c41
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.8.2
2
+-----
3
+
4
+* Fix how the demo site stopped working because of bad settings
5
6
0.8.1
7
-----
8
VERSION
@@ -1 +1 @@
-0.8.1
django_object_actions/__init__.py
@@ -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
setup.py
@@ -3,7 +3,7 @@
setup(
name='django-object-actions',
- version='0.8.1',
+ version='0.8.2',
author='Chris Chang',
author_email='c@crccheck.com',
9
url='https://github.com/crccheck/django-object-actions',
0 commit comments