Skip to content

Commit

Permalink
[fc] Repository: plone.restapi
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2023-06-29T18:01:25-07:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.restapi@a367589

Preparing release 8.41.0

Files changed:
M CHANGES.rst
M setup.py
D news/1648.feature
D news/1649.bugfix
D news/1656.internal
D news/1663.documentation
Repository: plone.restapi

Branch: refs/heads/master
Date: 2023-06-29T18:02:21-07:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: plone/plone.restapi@b09b0d0

Back to development: 8.41.1

Files changed:
M setup.py
  • Loading branch information
davisagli committed Jun 30, 2023
1 parent 1359026 commit 72286c1
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions last_commit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,34 @@ Repository: plone.restapi


Branch: refs/heads/master
Date: 2023-06-29T17:59:08-07:00
Date: 2023-06-29T18:01:25-07:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: https://github.com/plone/plone.restapi/commit/e8105b1b21edc0cc43b9e0673105e6ad28c729c5
Commit: https://github.com/plone/plone.restapi/commit/a3675894d1f445047683affc14d745fe4600c8ce

Update file extension for documentation news items for consistency with other projects
Preparing release 8.41.0

Files changed:
M pyproject.toml
M CHANGES.rst
M setup.py
D news/1648.feature
D news/1649.bugfix
D news/1656.internal
D news/1663.documentation

b'diff --git a/pyproject.toml b/pyproject.toml\nindex 9c721fead..057abc235 100644\n--- a/pyproject.toml\n+++ b/pyproject.toml\n@@ -25,6 +25,6 @@ name = "Internal:"\n showcontent = true\n \n [[tool.towncrier.type]]\n-directory = "doc"\n+directory = "documentation"\n name = "Documentation:"\n showcontent = true\n\\ No newline at end of file\n'
b'diff --git a/CHANGES.rst b/CHANGES.rst\nindex ca01deefa..8284637d0 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -8,6 +8,33 @@ Changelog\n \n .. towncrier release notes start\n \n+8.41.0 (2023-06-29)\n+-------------------\n+\n+New features:\n+\n+\n+- Add `visit_blocks` util for finding all nested blocks. @davisagli (#1648)\n+\n+\n+Bug fixes:\n+\n+\n+- Fix path2uid method, to handle suffix with non-traversable objects. @cekk @mamico (#1649)\n+\n+\n+Internal:\n+\n+\n+- Allow GHA tests to run on PRs from forks. @Akshat2Jain (#1656)\n+\n+\n+Documentation:\n+\n+\n+- Fix html_meta tags, and remove stray spaces that prevented the glossary from rendering. @stevepiercy (#1663)\n+\n+\n 8.40.0 (2023-06-06)\n -------------------\n \ndiff --git a/news/1648.feature b/news/1648.feature\ndeleted file mode 100644\nindex 9b7d880cf..000000000\n--- a/news/1648.feature\n+++ /dev/null\n@@ -1 +0,0 @@\n-Add `visit_blocks` util for finding all nested blocks. @davisagli\ndiff --git a/news/1649.bugfix b/news/1649.bugfix\ndeleted file mode 100644\nindex 14a226f0c..000000000\n--- a/news/1649.bugfix\n+++ /dev/null\n@@ -1 +0,0 @@\n-Fix path2uid method, to handle suffix with non-traversable objects. @cekk @mamico\ndiff --git a/news/1656.internal b/news/1656.internal\ndeleted file mode 100644\nindex e818df266..000000000\n--- a/news/1656.internal\n+++ /dev/null\n@@ -1 +0,0 @@\n-Allow GHA tests to run on PRs from forks. @Akshat2Jain\ndiff --git a/news/1663.documentation b/news/1663.documentation\ndeleted file mode 100644\nindex 156e8185b..000000000\n--- a/news/1663.documentation\n+++ /dev/null\n@@ -1 +0,0 @@\n-Fix html_meta tags, and remove stray spaces that prevented the glossary from rendering. @stevepiercy\ndiff --git a/setup.py b/setup.py\nindex 7cdfc10ec..c720ca51f 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -4,7 +4,7 @@\n import sys\n \n \n-version = "8.40.1.dev0"\n+version = "8.41.0"\n \n if sys.version_info.major == 2:\n raise ValueError(\n'

Repository: plone.restapi


Branch: refs/heads/master
Date: 2023-06-29T18:02:21-07:00
Author: David Glick (davisagli) <david@glicksoftware.com>
Commit: https://github.com/plone/plone.restapi/commit/b09b0d09a3f51d45feea1c44d519b29e103d89df

Back to development: 8.41.1

Files changed:
M setup.py

b'diff --git a/setup.py b/setup.py\nindex c720ca51f..1b8ed841a 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -4,7 +4,7 @@\n import sys\n \n \n-version = "8.41.0"\n+version = "8.41.1.dev0"\n \n if sys.version_info.major == 2:\n raise ValueError(\n'

0 comments on commit 72286c1

Please sign in to comment.