Skip to content

Commit c1eb51b

Browse files
committed
bump version to v0.6.0
1 parent 04eb0d8 commit c1eb51b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.5.1
1+
VERSION=0.6.0
22
PROJECT=./example_project
33
MANAGE=$(PROJECT)/manage.py
44

django_object_actions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""A Django app for adding object tools for models in the admin."""
2-
__version__ = '0.5.1'
2+
__version__ = '0.6.0'
33

44

55
# kind of like __all__, make these available for public

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='django-object-actions',
6-
version='0.5.1',
6+
version='0.6.0',
77
author="Chris Chang",
88
author_email='[email protected]',
99
url="https://github.com/crccheck/django-object-actions",

0 commit comments

Comments
 (0)