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 29d05ac commit 635778cCopy full SHA for 635778c
django_object_actions/__init__.py
@@ -1,5 +1,5 @@
1
""" A Django app for adding object tools to models """
2
-__version__ = '0.3.0'
+__version__ = '0.5.0'
3
4
5
# kind of like __all__, make these available for public
setup.py
@@ -3,7 +3,8 @@
setup(
name='django-object-actions',
6
- version='0.4.0',
+ # hey, remember to update __version__ too
7
+ version='0.5.0',
8
author="The Texas Tribune",
9
author_email="[email protected]",
10
maintainer="Chris Chang",
0 commit comments