Skip to content

Commit 8780870

Browse files
committed
bump version to v0.9.0
1 parent 61fb1e5 commit 8780870

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.9.0
2+
-----
3+
4+
* Add support for all primary key formats (#75)
5+
* Add support for Django 1.10 (#74)
6+
* Remove support for Django 1.6 (#73)
7+
* Documentation tweaks (#71 #70)
8+
19
0.8.2
210
-----
311

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.2
1+
0.9.0

django_object_actions/__init__.py

+1-1
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.8.2'
2+
__version__ = '0.9.0'
33

44

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

0 commit comments

Comments
 (0)