diff --git a/last_commit.txt b/last_commit.txt index b18331968b..ff86b834f1 100644 --- a/last_commit.txt +++ b/last_commit.txt @@ -2,31 +2,15 @@ Repository: plone.rest Branch: refs/heads/main -Date: 2023-09-22T21:15:38+02:00 +Date: 2023-09-22T22:03:45+02:00 Author: Timo Stollenwerk (tisto) -Commit: https://github.com/plone/plone.rest/commit/64c5be3f122c9a14c040364f74b13f7af5ab1cab +Commit: https://github.com/plone/plone.rest/commit/33cbd4006c51504b75f0d959398306142fc4b7e8 -Preparing release 4.0.0 +Use src instead of released egg Files changed: -M CHANGES.rst -M setup.py -D news/141.breaking +M Makefile +M plone-6.0.x.cfg -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' +b'diff --git a/Makefile b/Makefile\nindex 369383b..0a28fd4 100644\n--- a/Makefile\n+++ b/Makefile\n@@ -3,7 +3,7 @@\n SHELL := /bin/bash\n CURRENT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))\n \n-version = 3.8\n+version = 3.9\n \n # We like colors\n # From: https://coderwall.com/p/izxssa/colored-makefile-for-golang-projects\ndiff --git a/plone-6.0.x.cfg b/plone-6.0.x.cfg\nindex 0ec46f1..746358a 100644\n--- a/plone-6.0.x.cfg\n+++ b/plone-6.0.x.cfg\n@@ -8,5 +8,6 @@ recipe = plone.recipe.zope2instance\n zodb-temporary-storage = off\n \n [versions]\n+plone.rest =\n black = 21.7b0\n pygments = 2.14.0\n\\ No newline at end of file\n'