diff --git a/CHANGES.rst b/CHANGES.rst index 88a5357..019fe66 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,16 @@ Changelog .. towncrier release notes start +5.0.6 (2023-07-14) +------------------ + +Internal: + + +- Update configuration files. + [plone devs] (cc314a2b) + + 5.0.5 (2020-04-23) ------------------ diff --git a/news/cc314a2b.internal b/news/cc314a2b.internal deleted file mode 100644 index c08f539..0000000 --- a/news/cc314a2b.internal +++ /dev/null @@ -1,2 +0,0 @@ -Update configuration files. -[plone devs] diff --git a/setup.py b/setup.py index 65c6f85..ed5094e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup -version = "5.0.6.dev0" +version = "5.0.6" long_description = ( f"{Path('README.rst').read_text()}\n{Path('CHANGES.rst').read_text()}"