Skip to content

Commit 635778c

Browse files
committed
bump to v0.5.0
1 parent 29d05ac commit 635778c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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 to models """
2-
__version__ = '0.3.0'
2+
__version__ = '0.5.0'
33

44

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

setup.py

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

44
setup(
55
name='django-object-actions',
6-
version='0.4.0',
6+
# hey, remember to update __version__ too
7+
version='0.5.0',
78
author="The Texas Tribune",
89
author_email="[email protected]",
910
maintainer="Chris Chang",

0 commit comments

Comments
 (0)