From c555dfe20e7841f7834a47a10806dc4393187714 Mon Sep 17 00:00:00 2001 From: tisto Date: Fri, 22 Sep 2023 21:16:17 +0200 Subject: [PATCH] [fc] Repository: plone.rest Branch: refs/heads/main Date: 2023-09-22T21:15:38+02:00 Author: Timo Stollenwerk (tisto) Commit: https://github.com/plone/plone.rest/commit/64c5be3f122c9a14c040364f74b13f7af5ab1cab Preparing release 4.0.0 Files changed: M CHANGES.rst M setup.py D news/141.breaking Repository: plone.rest Branch: refs/heads/main Date: 2023-09-22T21:16:17+02:00 Author: Timo Stollenwerk (tisto) Commit: https://github.com/plone/plone.rest/commit/6bb29039d62f325e26f0f55142dea97215b5744f Back to development: 4.0.1 Files changed: M setup.py --- last_commit.txt | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/last_commit.txt b/last_commit.txt index 953323c58d..b18331968b 100644 --- a/last_commit.txt +++ b/last_commit.txt @@ -2,14 +2,31 @@ Repository: plone.rest Branch: refs/heads/main -Date: 2023-09-22T20:09:17+02:00 +Date: 2023-09-22T21:15:38+02:00 Author: Timo Stollenwerk (tisto) -Commit: https://github.com/plone/plone.rest/commit/21f9de396aed3481efbb23a36ef1e0f0188dc95f +Commit: https://github.com/plone/plone.rest/commit/64c5be3f122c9a14c040364f74b13f7af5ab1cab -Ignore pre-commit on MANIFEST +Preparing release 4.0.0 Files changed: -M MANIFEST.in +M CHANGES.rst +M setup.py +D news/141.breaking -b'diff --git a/MANIFEST.in b/MANIFEST.in\nindex 161b885..7984204 100644\n--- a/MANIFEST.in\n+++ b/MANIFEST.in\n@@ -8,6 +8,7 @@ exclude Makefile\n exclude requirements.txt\n exclude requirements-*.txt\n exclude CODEOWNERS\n+exclude .pre-commit-config.yaml\n global-exclude *.pyc\n include pyproject.toml\n recursive-exclude news *\n' +b'diff --git a/CHANGES.rst b/CHANGES.rst\nindex 971ed44..fc4e18a 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -8,6 +8,15 @@ Changelog\n \n .. towncrier release notes start\n \n+4.0.0 (2023-09-22)\n+------------------\n+\n+Breaking changes:\n+\n+\n+- Drop support for Python 2.7, 3.6, and 3.7 @tisto (#141)\n+\n+\n 3.0.1 (2023-09-21)\n ------------------\n \ndiff --git a/news/141.breaking b/news/141.breaking\ndeleted file mode 100644\nindex 1e6bade..0000000\n--- a/news/141.breaking\n+++ /dev/null\n@@ -1 +0,0 @@\n-Drop support for Python 2.7, 3.6, and 3.7 @tisto\n\\ No newline at end of file\ndiff --git a/setup.py b/setup.py\nindex 76adb4c..f854ca3 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -7,7 +7,7 @@ def read(*rnames):\n return open(os.path.join(os.path.dirname(__file__), *rnames)).read()\n \n \n-version = "3.0.2.dev0"\n+version = "4.0.0"\n \n long_description = read("README.rst") + "\\n\\n" + read("CHANGES.rst") + "\\n\\n"\n \n' + +Repository: plone.rest + + +Branch: refs/heads/main +Date: 2023-09-22T21:16:17+02:00 +Author: Timo Stollenwerk (tisto) +Commit: https://github.com/plone/plone.rest/commit/6bb29039d62f325e26f0f55142dea97215b5744f + +Back to development: 4.0.1 + +Files changed: +M setup.py + +b'diff --git a/setup.py b/setup.py\nindex f854ca3..1562c14 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -7,7 +7,7 @@ def read(*rnames):\n return open(os.path.join(os.path.dirname(__file__), *rnames)).read()\n \n \n-version = "4.0.0"\n+version = "4.0.1.dev0"\n \n long_description = read("README.rst") + "\\n\\n" + read("CHANGES.rst") + "\\n\\n"\n \n'