From c26f61c412026ed704971fb95f28198f3d424012 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Wed, 10 Oct 2018 11:50:28 +0200 Subject: [PATCH] Back to development: 4.3 --- CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6dc5f6e..f15e8cf 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ Changes ========= +4.3 (unreleased) +================ + +- Nothing changed yet. + + 4.2 (2018-10-10) ================ diff --git a/setup.py b/setup.py index 9102477..06bdc32 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ def read(*rnames): ) setup(name='zope.sendmail', - version='4.2', + version='4.3.dev0', url='https://github.com/zopefoundation/zope.sendmail', license='ZPL 2.1', description='Zope sendmail',