-
-
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: 2023-09-22T21:15:38+02:00 Author: Timo Stollenwerk (tisto) <[email protected]> Commit: plone/plone.rest@64c5be3 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) <[email protected]> Commit: plone/plone.rest@6bb2903 Back to development: 4.0.1 Files changed: M setup.py
- Loading branch information
Showing
1 changed file
with
22 additions
and
5 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,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) <[email protected]> | ||
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) <[email protected]> | ||
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' | ||
|