From 7ad3200992ed12a06f6c794c8f56a15668292da4 Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Tue, 18 Jun 2024 12:54:29 +0200 Subject: [PATCH] Preparing release 3.0.0 [ci skip] --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 60845f6..5fac026 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -3.0.0 (unreleased) +3.0.0 (2024-06-18) ------------------ - Replace "WHITELISTED" by "ALLOWLISTED" in all environment variables. diff --git a/setup.py b/setup.py index 1d465e4..6fb2127 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="collective.honeypot", - version="3.0.0dev0", + version="3.0.0", description="Anti-spam honeypot for Plone", long_description=(open("README.rst").read() + "\n" + open("CHANGES.rst").read()), # Get more strings from https://pypi.org/classifiers