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 fecf547 commit a34b4e9Copy full SHA for a34b4e9
Makefile
@@ -1,4 +1,4 @@
1
-VERSION=0.5.0
+VERSION=0.5.1
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.0'
+__version__ = '0.5.1'
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.0',
+ version='0.5.1',
7
author="The Texas Tribune",
8
author_email="[email protected]",
9
maintainer="Chris Chang",
0 commit comments