Skip to content

Commit c184d76

Browse files
committed
bump version to v0.3.0
fixes a scope bug increases test coverage adds another way to integrate
1 parent 402fc66 commit c184d76

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ APPENDIX: How to apply the Apache License to your work
192192
on the same "printed page" as the copyright notice for easier
193193
identification within third-party archives.
194194

195-
Copyright 2013 The Texas Tribune
195+
Copyright 2014 The Texas Tribune
196196

197197
Licensed under the Apache License, Version 2.0 (the "License");
198198
you may not use this file except in compliance with the License.

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

0 commit comments

Comments
 (0)