Skip to content

Commit 809c7b0

Browse files
committed
bump version to v0.8.1
1 parent fe8ce91 commit 809c7b0

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.8.1
2+
-----
3+
4+
* Fix how extra_context set by admins was not passed
5+
* Fix how if you had multiple admins, you always got redirected to the default admin
6+
17
0.8.0
28
-----
39

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.0
1+
0.8.1

Diff for: 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.0'
2+
__version__ = '0.8.1'
33

44

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

Diff for: 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.0',
6+
version='0.8.1',
77
author='Chris Chang',
88
author_email='c@crccheck.com',
99
url='https://github.com/crccheck/django-object-actions',

0 commit comments

Comments
 (0)