Skip to content

Commit a08dec4

Browse files
committed
Bump to version 0.6.18
1 parent e1aacd1 commit a08dec4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

adminsortable2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.6.17'
1+
__version__ = '0.6.18'

docs/source/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
Release history
55
===============
66

7+
0.6.18
8+
------
9+
* Fixes meth:`adminsortable2.admin.SortableInlineAdminMixin.get_fields`: Always return
10+
a list instead of sometimes a tuple.
11+
712
0.6.17
813
------
914
* Fixes #171: Adhere to Content Security Policy best practices by removing inline scripts.

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Indices and tables
6464

6565
License
6666
=======
67-
Copyright © 2014 Jacob Rief.
67+
Copyright © 2017 Jacob Rief.
6868
Licensed under the MIT license.
6969

7070
Some Related projects

0 commit comments

Comments
 (0)