Skip to content

Commit

Permalink
bump version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck committed Dec 7, 2015
1 parent 04eb0d8 commit c1eb51b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.5.1
VERSION=0.6.0
PROJECT=./example_project
MANAGE=$(PROJECT)/manage.py

Expand Down
2 changes: 1 addition & 1 deletion django_object_actions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""A Django app for adding object tools for models in the admin."""
__version__ = '0.5.1'
__version__ = '0.6.0'


# kind of like __all__, make these available for public
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='django-object-actions',
version='0.5.1',
version='0.6.0',
author="Chris Chang",
author_email='c@crccheck.com',
url="https://github.com/crccheck/django-object-actions",
Expand Down

0 comments on commit c1eb51b

Please sign in to comment.