Skip to content

Commit

Permalink
Preparing release 9.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Sep 5, 2024
1 parent d60ef2a commit 4ea8bf8
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 9 deletions.
26 changes: 26 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,32 @@ Changelog
.. towncrier release notes start
9.7.2 (2024-09-05)
------------------

Bug fixes:


- Fixed Dexterity content serializer:
Return an empty object for `next_item` and `previous_item`
unless the parent has next/previous support enabled.
@JeffersonBledsoe, @davisagli (#1799)
- Fixed implementation of the `jwt_auth` plugin. It now can be added, and its properties, `use_keyring` and `store_tokens`, can be updated. @sauzher (#1802)


Internal:


- Explicitly globally disable comments in the tests that need it.
[maurits] (#244)


Documentation:


- Update contributing docs for Plone 6, and switch from Netlify to Read the Docs for pull request previews. @stevepiercy (#1798)


9.7.1 (2024-06-29)
------------------

Expand Down
1 change: 0 additions & 1 deletion news/1798.documentation

This file was deleted.

4 changes: 0 additions & 4 deletions news/1799.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/1802.bugfix

This file was deleted.

2 changes: 0 additions & 2 deletions news/244.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.2.dev0"
version = "9.7.2"

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

0 comments on commit 4ea8bf8

Please sign in to comment.