From 89de3ed54f2e95d530e1d300e3416a29558ec1c2 Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Wed, 7 Feb 2024 21:22:43 +0100 Subject: [PATCH] - prepare release 5.1 --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index a6fc92c..db5e7c8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -5.1 (unreleased) +5.1 (2024-02-07) ---------------- - Remove doc string from the MailHost ``send`` method to prevent publishing. diff --git a/setup.py b/setup.py index f1e14bb..dac79b7 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def _read(fname): setup( name='Products.MailHost', - version='5.1.dev0', + version='5.1', url='https://github.com/zopefoundation/Products.MailHost', project_urls={ 'Issue Tracker': ('https://github.com/zopefoundation'