-
-
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/6.0.x Date: 2023-09-21T20:16:28+02:00 Author: Maurits van Rees (mauritsvanrees) <[email protected]> Commit: plone/Products.CMFPlone@58292c4 Updated metadata version to 6019. Files changed: A news/6019.bugfix M Products/CMFPlone/profiles/default/metadata.xml
- Loading branch information
1 parent
c4434a5
commit 655eaa2
Showing
1 changed file
with
9 additions
and
25 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 |
---|---|---|
@@ -1,32 +1,16 @@ | ||
Repository: plone.app.querystring | ||
Repository: Products.CMFPlone | ||
|
||
|
||
Branch: refs/heads/master | ||
Date: 2023-09-21T08:32:35-07:00 | ||
Author: David Glick (davisagli) <[email protected]> | ||
Commit: https://github.com/plone/plone.app.querystring/commit/dd18ce0e2920f5010990de34c3e7374ef094aad9 | ||
Branch: refs/heads/6.0.x | ||
Date: 2023-09-21T20:16:28+02:00 | ||
Author: Maurits van Rees (mauritsvanrees) <[email protected]> | ||
Commit: https://github.com/plone/Products.CMFPlone/commit/58292c401e81d9c1941d6691f02747a2d5cbc05d | ||
|
||
Preparing release 2.1.0 | ||
Updated metadata version to 6019. | ||
|
||
Files changed: | ||
M CHANGES.rst | ||
M setup.py | ||
D news/137.feature | ||
A news/6019.bugfix | ||
M Products/CMFPlone/profiles/default/metadata.xml | ||
|
||
b'diff --git a/CHANGES.rst b/CHANGES.rst\nindex 90c69bf..00d0dab 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -8,6 +8,15 @@ Changelog\n \n .. towncrier release notes start\n \n+2.1.0 (2023-09-21)\n+------------------\n+\n+New features:\n+\n+\n+- Add a way to specific a context for getting vocabularies in the QuerystringRegistryReader. @davisagli (#137)\n+\n+\n 2.0.6 (2023-08-17)\n ------------------\n \ndiff --git a/news/137.feature b/news/137.feature\ndeleted file mode 100644\nindex 17bac84..0000000\n--- a/news/137.feature\n+++ /dev/null\n@@ -1 +0,0 @@\n-Add a way to specific a context for getting vocabularies in the QuerystringRegistryReader. @davisagli\ndiff --git a/setup.py b/setup.py\nindex 258b709..629b54c 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -2,7 +2,7 @@\n from setuptools import setup\n \n \n-version = "2.0.7.dev0"\n+version = "2.1.0"\n \n long_description = open("README.rst").read() + "\\n"\n long_description += open("CHANGES.rst").read()\n' | ||
|
||
Repository: plone.app.querystring | ||
|
||
|
||
Branch: refs/heads/master | ||
Date: 2023-09-21T08:34:34-07:00 | ||
Author: David Glick (davisagli) <[email protected]> | ||
Commit: https://github.com/plone/plone.app.querystring/commit/68d49d966f86966a6109c4f90e71cc2841f1f1e6 | ||
|
||
Back to development: 2.1.1 | ||
|
||
Files changed: | ||
M setup.py | ||
|
||
b'diff --git a/setup.py b/setup.py\nindex 629b54c..4a42497 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -2,7 +2,7 @@\n from setuptools import setup\n \n \n-version = "2.1.0"\n+version = "2.1.1.dev0"\n \n long_description = open("README.rst").read() + "\\n"\n long_description += open("CHANGES.rst").read()\n' | ||
b'diff --git a/Products/CMFPlone/profiles/default/metadata.xml b/Products/CMFPlone/profiles/default/metadata.xml\nindex c6e708f806..38b668f29e 100644\n--- a/Products/CMFPlone/profiles/default/metadata.xml\n+++ b/Products/CMFPlone/profiles/default/metadata.xml\n@@ -1,4 +1,4 @@\n <?xml version="1.0" encoding="utf-8"?>\n <metadata>\n- <version>6018</version>\n+ <version>6019</version>\n </metadata>\ndiff --git a/news/6019.bugfix b/news/6019.bugfix\nnew file mode 100644\nindex 0000000000..e891718ac6\n--- /dev/null\n+++ b/news/6019.bugfix\n@@ -0,0 +1,2 @@\n+Updated metadata version to 6019.\n+[maurits]\n' | ||
|