diff --git a/CHANGES.rst b/CHANGES.rst index a744370..db08a12 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,19 @@ Changelog .. towncrier release notes start +3.0.2 (2024-05-06) +------------------ + +Tests + + +- Removed tests for Zope Replication Services. + The recipe support should still work, but the tests are broken. + Note that the `zc.zrs` project is currently unmaintained, so if you rely on this, please step up. + See `issue 52 `_. + [maurits] (#52) + + 3.0.1 (2023-10-07) ------------------ diff --git a/news/52.tests b/news/52.tests deleted file mode 100644 index 6a8eff1..0000000 --- a/news/52.tests +++ /dev/null @@ -1,5 +0,0 @@ -Removed tests for Zope Replication Services. -The recipe support should still work, but the tests are broken. -Note that the `zc.zrs` project is currently unmaintained, so if you rely on this, please step up. -See `issue 52 `_. -[maurits] diff --git a/setup.py b/setup.py index 6472653..1db6c16 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup -version = "3.0.2.dev0" +version = "3.0.2" long_description = ( f"{Path('README.rst').read_text()}\n{Path('CHANGES.rst').read_text()}"