From 9ad13169c310b7a3a5ec8c5368bc5bfcc880f8b2 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Tue, 10 Mar 2020 14:38:49 +0200 Subject: Back to development: 5.0.2 --- CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index f32cd65..48b1772 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ Changes ========= +5.0.2 (unreleased) +================== + +- Nothing changed yet. + + 5.0.1 (2020-03-10) ================== diff --git a/setup.py b/setup.py index a17d997..378e3bb 100644 --- a/setup.py +++ b/setup.py @@ -94,7 +94,7 @@ class optional_build_ext(build_ext): setup( name='zope.i18nmessageid', - version='5.0.1', + version='5.0.2.dev0', author='Zope Foundation and Contributors', author_email='zope-dev@zope.org', description='Message Identifiers for internationalization', -- cgit v1.2.1