Skip to content

Commit

Permalink
[fc] Repository: plone.rest
Browse files Browse the repository at this point in the history
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
tisto committed Sep 22, 2023
1 parent e2e0cdf commit 85d96bf
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions last_commit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 85d96bf

Please sign in to comment.