Skip to content

Commit

Permalink
Release 1.8.2 (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Collins <[email protected]>
  • Loading branch information
michaeljcollinsuk and michaeljcollinsuk authored Oct 25, 2022
1 parent 0022ee6 commit 768beda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog

Unreleased
==========

1.8.2 (2022-10-25)
==================
* fix: delete confirmation screen displays all nodes to be deleted, with each node nested
correctly to match the standard django delete confirmation view

Expand Down
2 changes: 1 addition & 1 deletion djangocms_navigation/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.8.1"
__version__ = "1.8.2"

default_app_config = "djangocms_navigation.apps.NavigationConfig"

0 comments on commit 768beda

Please sign in to comment.