Skip to content

Commit

Permalink
django-cabinet 0.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Dec 13, 2021
1 parent 113ec11 commit 25c4b3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Change log
was missing the jQuery dependency.
- Specified the default ``AutoField`` for django-cabinet to avoid migrations.
- Added an additional safeguard against unhandleable images.
- Fixed the ``default_app_config`` deprecation warning.


`0.11`_ (2020-09-12)
Expand Down
2 changes: 1 addition & 1 deletion cabinet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 11, 5)
VERSION = (0, 11, 6)
__version__ = ".".join(map(str, VERSION))

try:
Expand Down

0 comments on commit 25c4b3a

Please sign in to comment.