summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2020-03-10 14:38:49 +0200
committerMarius Gedminas <marius@gedmin.as>2020-03-10 14:38:49 +0200
commit9ad13169c310b7a3a5ec8c5368bc5bfcc880f8b2 (patch)
tree8d37c0622546fe38d12816772eced7aa325043be
parentd62551181fa5490a94e2a9462ef1c3c48048ee25 (diff)
downloadzope-i18nmessageid-9ad13169c310b7a3a5ec8c5368bc5bfcc880f8b2.tar.gz
Back to development: 5.0.2
-rw-r--r--CHANGES.rst6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
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',