Skip to content

Commit

Permalink
Release v1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Dec 24, 2023
1 parent fcc2a53 commit 7c8cfef
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.18.0 [2023-12-24]
--------------------
+ Dynamic trees: add 'dynamic_attrs' parameter support for item() (closes #313).
+ Dynamic trees: add support for user-defined tree item access checks (closes #314).
* Add missing migrations, check them during testing.
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, 17, 3)
VERSION = (1, 18, 0)


default_app_config = 'sitetree.apps.SitetreeConfig'

0 comments on commit 7c8cfef

Please sign in to comment.