Skip to content

Commit

Permalink
django-cabinet 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Sep 12, 2020
1 parent d20f3ef commit 6a108c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Change log
`Next version`_
~~~~~~~~~~~~~~~


`0.11`_ (2020-09-12)
~~~~~~~~~~~~~~~~~~~~

- Verified compatibility with Django 3.1 and Python 3.8 (no changes
necessary).
- Removed ``skipIf`` statements from the testsuite still referencing
Expand Down Expand Up @@ -177,4 +181,5 @@ Change log
.. _0.8: https://github.com/matthiask/django-cabinet/compare/0.7...0.8
.. _0.9: https://github.com/matthiask/django-cabinet/compare/0.8...0.9
.. _0.10: https://github.com/matthiask/django-cabinet/compare/0.9...0.10
.. _Next version: https://github.com/matthiask/django-cabinet/compare/0.10...master
.. _0.11: https://github.com/matthiask/django-cabinet/compare/0.10...0.11
.. _Next version: https://github.com/matthiask/django-cabinet/compare/0.11...master
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, 10, 0)
VERSION = (0, 11, 0)
__version__ = ".".join(map(str, VERSION))

default_app_config = "cabinet.apps.CabinetConfig"

0 comments on commit 6a108c7

Please sign in to comment.