diff --git a/CHANGES.rst b/CHANGES.rst index 0c1942a..9f22ec2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,16 @@ Changelog .. towncrier release notes start +2.0.1 (2024-01-22) +------------------ + +Internal: + + +- Update configuration files. + [plone devs] (237ff4c8, 6e36bcc4) + + 2.0.0 (2023-04-26) ------------------ diff --git a/news/237ff4c8.internal b/news/237ff4c8.internal deleted file mode 100644 index c08f539..0000000 --- a/news/237ff4c8.internal +++ /dev/null @@ -1,2 +0,0 @@ -Update configuration files. -[plone devs] diff --git a/news/6e36bcc4.internal b/news/6e36bcc4.internal deleted file mode 100644 index c08f539..0000000 --- a/news/6e36bcc4.internal +++ /dev/null @@ -1,2 +0,0 @@ -Update configuration files. -[plone devs] diff --git a/setup.py b/setup.py index 2bfb741..4508d92 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup -version = "2.0.1.dev0" +version = "2.0.1" long_description = ( f"{Path('README.rst').read_text()}\n{Path('CHANGES.rst').read_text()}"