Skip to content

Commit

Permalink
django-cabinet 0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jul 12, 2021
1 parent 4e62d54 commit 3c8c4ac
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 @@ -11,6 +11,7 @@ Change log
- Switched from Travis CI to GitHub actions.
- Fixed a regression where the CKEditor plugin's ``forms.Media`` declaration
was missing the jQuery dependency.
- Specified the default ``AutoField`` for django-cabinet to avoid migrations.


`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, 3)
VERSION = (0, 11, 4)
__version__ = ".".join(map(str, VERSION))

default_app_config = "cabinet.apps.CabinetConfig"

0 comments on commit 3c8c4ac

Please sign in to comment.