Skip to content

Commit

Permalink
Release v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Sep 18, 2018
1 parent 53b76af commit 00a78a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ django-sitetree changelog
=========================


Unreleased
----------
v1.12.0
-------
+ 'register_items_hook()' can handle functions accepting 'context' argument.
+ Added SITETREE_ADMIN_APP_NAME setting support for custom admin apps.
+ Allow custom widget for parent field in admin.
Expand Down
2 changes: 1 addition & 1 deletion sitetree/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 11, 0)
VERSION = (1, 12, 0)


default_app_config = 'sitetree.config.SitetreeConfig'

0 comments on commit 00a78a2

Please sign in to comment.