Skip to content

Commit

Permalink
django-cabinet 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Dec 19, 2019
1 parent d7d166e commit 518d2af
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.10`_ (2019-12-19)
~~~~~~~~~~~~~~~~~~~~

- Changed files and folders to reuse more of django-tree-queries.
- Made our inline upload JavaScript specify its dependency on
``django.jQuery``.
Expand Down Expand Up @@ -161,4 +165,5 @@ Change log
.. _0.7: https://github.com/matthiask/django-cabinet/compare/0.6...0.7
.. _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
.. _Next version: https://github.com/matthiask/django-cabinet/compare/0.9...master
.. _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
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, 9, 1)
VERSION = (0, 10, 0)
__version__ = ".".join(map(str, VERSION))

default_app_config = "cabinet.apps.CabinetConfig"

0 comments on commit 518d2af

Please sign in to comment.