-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Branch: refs/heads/main Date: 2024-09-05T10:24:34-07:00 Author: David Glick (davisagli) <[email protected]> Commit: plone/plone.restapi@4ea8bf8 Preparing release 9.7.2 Files changed: M CHANGES.rst M setup.py D news/1798.documentation D news/1799.bugfix D news/1802.bugfix D news/244.internal Repository: plone.restapi Branch: refs/heads/main Date: 2024-09-05T10:27:58-07:00 Author: David Glick (davisagli) <[email protected]> Commit: plone/plone.restapi@5dd4bef Back to development: 9.7.3 Files changed: M setup.py
- Loading branch information
Showing
1 changed file
with
25 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,34 @@ Repository: plone.restapi | |
|
||
|
||
Branch: refs/heads/main | ||
Date: 2024-09-05T10:23:25-07:00 | ||
Date: 2024-09-05T10:24:34-07:00 | ||
Author: David Glick (davisagli) <[email protected]> | ||
Commit: https://github.com/plone/plone.restapi/commit/d60ef2ac7a3d8b026106c7c76cbdca4eb79fcffd | ||
Commit: https://github.com/plone/plone.restapi/commit/4ea8bf8659527b7e40ec680b136694eb344277e3 | ||
|
||
fix extension for towncrier | ||
Preparing release 9.7.2 | ||
|
||
Files changed: | ||
A news/244.internal | ||
D news/244.tests | ||
M CHANGES.rst | ||
M setup.py | ||
D news/1798.documentation | ||
D news/1799.bugfix | ||
D news/1802.bugfix | ||
D news/244.internal | ||
|
||
b'diff --git a/news/244.tests b/news/244.internal\nsimilarity index 100%\nrename from news/244.tests\nrename to news/244.internal\n' | ||
b'diff --git a/CHANGES.rst b/CHANGES.rst\nindex f049a42e00..7d5323edb8 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -8,6 +8,32 @@ Changelog\n \n .. towncrier release notes start\n \n+9.7.2 (2024-09-05)\n+------------------\n+\n+Bug fixes:\n+\n+\n+- Fixed Dexterity content serializer:\n+ Return an empty object for `next_item` and `previous_item`\n+ unless the parent has next/previous support enabled.\n+ @JeffersonBledsoe, @davisagli (#1799)\n+- 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)\n+\n+\n+Internal:\n+\n+\n+- Explicitly globally disable comments in the tests that need it.\n+ [maurits] (#244)\n+\n+\n+Documentation:\n+\n+\n+- Update contributing docs for Plone 6, and switch from Netlify to Read the Docs for pull request previews. @stevepiercy (#1798)\n+\n+\n 9.7.1 (2024-06-29)\n ------------------\n \ndiff --git a/news/1798.documentation b/news/1798.documentation\ndeleted file mode 100644\nindex b56db95533..0000000000\n--- a/news/1798.documentation\n+++ /dev/null\n@@ -1 +0,0 @@\n-Update contributing docs for Plone 6, and switch from Netlify to Read the Docs for pull request previews. @stevepiercy\ndiff --git a/news/1799.bugfix b/news/1799.bugfix\ndeleted file mode 100644\nindex 171db7f10a..0000000000\n--- a/news/1799.bugfix\n+++ /dev/null\n@@ -1,4 +0,0 @@\n-Fixed Dexterity content serializer:\n-Return an empty object for `next_item` and `previous_item`\n-unless the parent has next/previous support enabled.\n-@JeffersonBledsoe, @davisagli\ndiff --git a/news/1802.bugfix b/news/1802.bugfix\ndeleted file mode 100644\nindex 347ab28a27..0000000000\n--- a/news/1802.bugfix\n+++ /dev/null\n@@ -1 +0,0 @@\n-Fixed implementation of the `jwt_auth` plugin. It now can be added, and its properties, `use_keyring` and `store_tokens`, can be updated. @sauzher\ndiff --git a/news/244.internal b/news/244.internal\ndeleted file mode 100644\nindex 0ee4acc1f6..0000000000\n--- a/news/244.internal\n+++ /dev/null\n@@ -1,2 +0,0 @@\n-Explicitly globally disable comments in the tests that need it.\n-[maurits]\n\\ No newline at end of file\ndiff --git a/setup.py b/setup.py\nindex 50235c9839..3befc70089 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -4,7 +4,7 @@\n import sys\n \n \n-version = "9.7.2.dev0"\n+version = "9.7.2"\n \n if sys.version_info.major == 2:\n raise ValueError(\n' | ||
|
||
Repository: plone.restapi | ||
|
||
|
||
Branch: refs/heads/main | ||
Date: 2024-09-05T10:27:58-07:00 | ||
Author: David Glick (davisagli) <[email protected]> | ||
Commit: https://github.com/plone/plone.restapi/commit/5dd4bef6399dc954094f28e547f092a41259e409 | ||
|
||
Back to development: 9.7.3 | ||
|
||
Files changed: | ||
M setup.py | ||
|
||
b'diff --git a/setup.py b/setup.py\nindex 3befc7008..c9b76e910 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -4,7 +4,7 @@\n import sys\n \n \n-version = "9.7.2"\n+version = "9.7.3.dev0"\n \n if sys.version_info.major == 2:\n raise ValueError(\n' | ||
|