Skip to content

Commit

Permalink
Preparing release 9.7.1
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mauritsvanrees committed Jun 28, 2024
1 parent 9d11653 commit a1ba05a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@ Changelog
.. towncrier release notes start
9.7.1 (2024-06-29)
------------------

Bug fixes:


- Remove use of `portal_properties` in context navigation.
Theoretically we checked `portal_properties.site_properties.sortAttribute`.
[maurits] (#125)


Internal:


- Update test-no-uncommitted-doc-changes to run on Python 3.12 instead of 3.9. @tisto, @davisagli (#1794)


9.7.0 (2024-06-15)
------------------

Expand Down
3 changes: 0 additions & 3 deletions news/125.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/1794.internal

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys


version = "9.7.1.dev0"
version = "9.7.1"

if sys.version_info.major == 2:
raise ValueError(
Expand Down

0 comments on commit a1ba05a

Please sign in to comment.