Skip to content

Commit

Permalink
Bump to 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
solarissmoke committed Feb 5, 2023
1 parent 6cb19ea commit f0e197b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
@@ -1,3 +1,10 @@
Release 4.6.1 (Feb 5, 2023)
----------------------------

* Fix unescaped string representation of `AL_Node` models in the Django admin.
Thanks to goodguyandy for reporting the issue.
* Optimise `MP_Node.get_descendants` to avoid database queries when called on a leaf node.

Release 4.6 (Jan 2, 2023)
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion treebeard/__init__.py
Expand Up @@ -18,4 +18,4 @@
13. git commit -m 'Start with <version>'
14. git push
"""
__version__ = '4.6.0'
__version__ = '4.6.1'

0 comments on commit f0e197b

Please sign in to comment.