Skip to content

Commit a34b4e9

Browse files
committed
bump version to v0.5.1
1 parent fecf547 commit a34b4e9

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.0
1+
VERSION=0.5.1
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.0'
2+
__version__ = '0.5.1'
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.0',
6+
version='0.5.1',
77
author="The Texas Tribune",
88
author_email="[email protected]",
99
maintainer="Chris Chang",

0 commit comments

Comments
 (0)