Skip to content

Commit 9537c41

Browse files
committed
bump version to v0.8.2
1 parent 73f1f44 commit 9537c41

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.8.2
2+
-----
3+
4+
* Fix how the demo site stopped working because of bad settings
5+
16
0.8.1
27
-----
38

VERSION

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

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.1'
2+
__version__ = '0.8.2'
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.1',
6+
version='0.8.2',
77
author='Chris Chang',
88
author_email='[email protected]',
99
url='https://github.com/crccheck/django-object-actions',

0 commit comments

Comments
 (0)