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