From 0f43208bca693c75bf1a02fdce9e7883e0e4d92c Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Fri, 3 Nov 2023 23:30:01 +0100 Subject: [PATCH] Preparing release 4.1.0 [ci skip] --- CHANGES.rst | 13 +++++++++++++ news/3858.internal | 5 ----- setup.py | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 news/3858.internal diff --git a/CHANGES.rst b/CHANGES.rst index ae998b28..e9fb640d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,19 @@ Changelog .. towncrier release notes start +4.1.0 (2023-11-03) +------------------ + +Internal: + + +- Mark ``INameFromTitle`` deprecated, in this distribution, as it has been moved to ``plone.base``. + It will be removed in Plone 7.0. + We do not show a deprecation warning, because doing so would break content types with this interface name in the behaviors list. + Recommended is to use ``plone.namefromtitle`` as behavior name, then it works in all supported Plone versions. + [gforcada] (#3858) + + 4.0.3 (2023-10-25) ------------------ diff --git a/news/3858.internal b/news/3858.internal deleted file mode 100644 index 8df25157..00000000 --- a/news/3858.internal +++ /dev/null @@ -1,5 +0,0 @@ -Mark ``INameFromTitle`` deprecated, in this distribution, as it has been moved to ``plone.base``. -It will be removed in Plone 7.0. -We do not show a deprecation warning, because doing so would break content types with this interface name in the behaviors list. -Recommended is to use ``plone.namefromtitle`` as behavior name, then it works in all supported Plone versions. -[gforcada] diff --git a/setup.py b/setup.py index 60c7a053..b4827951 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -version = "4.1.0.dev0" +version = "4.1.0" setup( name="plone.app.content",