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 a07159e commit a923cf2Copy full SHA for a923cf2
VERSION
@@ -1 +1 @@
1
-0.6.0
+0.7.0
django_object_actions/__init__.py
@@ -1,5 +1,5 @@
"""A Django app for adding object tools for models in the admin."""
2
-__version__ = '0.6.0'
+__version__ = '0.7.0'
3
4
5
# kind of like __all__, make these available for public
setup.py
@@ -3,7 +3,7 @@
setup(
name='django-object-actions',
6
- version='0.6.0',
+ version='0.7.0',
7
author='Chris Chang',
8
author_email='[email protected]',
9
url='https://github.com/crccheck/django-object-actions',
0 commit comments