Skip to content

Commit

Permalink
bump version to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck committed Dec 4, 2016
1 parent 61fb1e5 commit 8780870
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.9.0
-----

* Add support for all primary key formats (#75)
* Add support for Django 1.10 (#74)
* Remove support for Django 1.6 (#73)
* Documentation tweaks (#71 #70)

0.8.2
-----

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.2
0.9.0
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.8.2'
__version__ = '0.9.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.8.2',
version='0.9.0',
author='Chris Chang',
author_email='c@crccheck.com',
url='https://github.com/crccheck/django-object-actions',
Expand Down

0 comments on commit 8780870

Please sign in to comment.