-
-
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.
[fc] Repository: Products.CMFPlacefulWorkflow
Branch: refs/heads/master Date: 2024-02-05T18:32:01Z Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com> Commit: plone/Products.CMFPlacefulWorkflow@2b49361 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.12.1 → 24.1.1](psf/black@23.12.1...24.1.1) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) Files changed: M .pre-commit-config.yaml Repository: Products.CMFPlacefulWorkflow Branch: refs/heads/master Date: 2024-03-03T19:38:46+01:00 Author: Gil Forcada Codinachs (gforcada) <[email protected]> Commit: plone/Products.CMFPlacefulWorkflow@d790705 Merge pull request #60 from plone/pre-commit-ci-update-config [pre-commit.ci] pre-commit autoupdate Files changed: M .pre-commit-config.yaml
- Loading branch information
Showing
1 changed file
with
22 additions
and
20 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,34 +1,36 @@ | ||
Repository: plone.restapi | ||
Repository: Products.CMFPlacefulWorkflow | ||
|
||
|
||
Branch: refs/heads/main | ||
Date: 2024-03-03T07:19:32+01:00 | ||
Author: Timo Stollenwerk (tisto) <stollenwerk@kitconcept.com> | ||
Commit: https://github.com/plone/plone.restapi/commit/a1da6731cd47f34414b48f0c4d84ed146e81f104 | ||
Branch: refs/heads/master | ||
Date: 2024-02-05T18:32:01Z | ||
Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||
Commit: https://github.com/plone/Products.CMFPlacefulWorkflow/commit/2b49361a0ae418b05a5d46247fc8e23b27aa5b26 | ||
|
||
Preparing release 9.6.0 | ||
[pre-commit.ci] pre-commit autoupdate | ||
|
||
updates: | ||
- [github.com/psf/black: 23.12.1 → 24.1.1](https://github.com/psf/black/compare/23.12.1...24.1.1) | ||
- [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](https://github.com/PyCQA/flake8/compare/6.1.0...7.0.0) | ||
|
||
Files changed: | ||
M CHANGES.rst | ||
M setup.py | ||
D news/1738.feature | ||
D news/1740.internal | ||
D news/1749.feature | ||
M .pre-commit-config.yaml | ||
|
||
b'diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml\nindex e6f24b4..b2b3bef 100644\n--- a/.pre-commit-config.yaml\n+++ b/.pre-commit-config.yaml\n@@ -15,7 +15,7 @@ repos:\n hooks:\n - id: isort\n - repo: https://github.com/psf/black\n- rev: 23.12.1\n+ rev: 24.1.1\n hooks:\n - id: black\n - repo: https://github.com/collective/zpretty\n@@ -23,7 +23,7 @@ repos:\n hooks:\n - id: zpretty\n - repo: https://github.com/PyCQA/flake8\n- rev: 6.1.0\n+ rev: 7.0.0\n hooks:\n - id: flake8\n - repo: https://github.com/codespell-project/codespell\n' | ||
|
||
b'diff --git a/CHANGES.rst b/CHANGES.rst\nindex 0751e44031..4b5f8cfcb4 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -8,6 +8,22 @@ Changelog\n \n .. towncrier release notes start\n \n+9.6.0 (2024-03-03)\n+------------------\n+\n+New features:\n+\n+\n+- Add available languages information to the @site endpoint. @erral (#1738)\n+- Add the site timezone to the @site endpoint return result. @folix-01 (#1749)\n+\n+\n+Internal:\n+\n+\n+- Use last version of Python 3.12 in tests. https://github.com/python/cpython/issues/113267 has been fixed. @wesleybl (#1740)\n+\n+\n 9.5.0 (2024-02-27)\n ------------------\n \ndiff --git a/news/1738.feature b/news/1738.feature\ndeleted file mode 100644\nindex 35f6abf9aa..0000000000\n--- a/news/1738.feature\n+++ /dev/null\n@@ -1 +0,0 @@\n-Add available languages information to the @site endpoint. @erral\ndiff --git a/news/1740.internal b/news/1740.internal\ndeleted file mode 100644\nindex 5ef67a1aee..0000000000\n--- a/news/1740.internal\n+++ /dev/null\n@@ -1 +0,0 @@\n-Use last version of Python 3.12 in tests. https://github.com/python/cpython/issues/113267 has been fixed. @wesleybl\ndiff --git a/news/1749.feature b/news/1749.feature\ndeleted file mode 100644\nindex da20e9a3f3..0000000000\n--- a/news/1749.feature\n+++ /dev/null\n@@ -1 +0,0 @@\n-Add the site timezone to the @site endpoint return result. @folix-01\ndiff --git a/setup.py b/setup.py\nindex d908154bdf..ac2c506e03 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -4,7 +4,7 @@\n import sys\n \n \n-version = "9.5.1.dev0"\n+version = "9.6.0"\n \n if sys.version_info.major == 2:\n raise ValueError(\n' | ||
Repository: Products.CMFPlacefulWorkflow | ||
|
||
Repository: plone.restapi | ||
|
||
Branch: refs/heads/master | ||
Date: 2024-03-03T19:38:46+01:00 | ||
Author: Gil Forcada Codinachs (gforcada) <[email protected]> | ||
Commit: https://github.com/plone/Products.CMFPlacefulWorkflow/commit/d79070567b9f02efc280f6c136a57cafb12b4160 | ||
|
||
Branch: refs/heads/main | ||
Date: 2024-03-03T07:22:23+01:00 | ||
Author: Timo Stollenwerk (tisto) <[email protected]> | ||
Commit: https://github.com/plone/plone.restapi/commit/ce7bfbef8bb2d1fd7388bb8bb384eecb0dc81f81 | ||
Merge pull request #60 from plone/pre-commit-ci-update-config | ||
|
||
Back to development: 9.6.1 | ||
[pre-commit.ci] pre-commit autoupdate | ||
|
||
Files changed: | ||
M setup.py | ||
M .pre-commit-config.yaml | ||
|
||
b'diff --git a/setup.py b/setup.py\nindex ac2c506e0..cb1592f30 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -4,7 +4,7 @@\n import sys\n \n \n-version = "9.6.0"\n+version = "9.6.1.dev0"\n \n if sys.version_info.major == 2:\n raise ValueError(\n' | ||
b'diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml\nindex e6f24b4..b2b3bef 100644\n--- a/.pre-commit-config.yaml\n+++ b/.pre-commit-config.yaml\n@@ -15,7 +15,7 @@ repos:\n hooks:\n - id: isort\n - repo: https://github.com/psf/black\n- rev: 23.12.1\n+ rev: 24.1.1\n hooks:\n - id: black\n - repo: https://github.com/collective/zpretty\n@@ -23,7 +23,7 @@ repos:\n hooks:\n - id: zpretty\n - repo: https://github.com/PyCQA/flake8\n- rev: 6.1.0\n+ rev: 7.0.0\n hooks:\n - id: flake8\n - repo: https://github.com/codespell-project/codespell\n' | ||
|