summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Groszer <agroszer@gmail.com>2019-02-19 13:54:24 +0100
committerAdam Groszer <agroszer@gmail.com>2019-02-19 13:54:24 +0100
commit3f1223b7f54bd23cff3aec824ae865324521c6f5 (patch)
treed4e9269ddb9d7a8e1ea67a3d936a75e60d821fa4
parentfb64ac3ed811a62bba68e74b17742fef6ade404e (diff)
downloadzope-i18n-3f1223b7f54bd23cff3aec824ae865324521c6f5.tar.gz
Back to development: 4.6.3
-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 b132994..2176760 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
CHANGES
=========
+4.6.3 (unreleased)
+==================
+
+- Nothing changed yet.
+
+
4.6.2 (2019-02-19)
==================
diff --git a/setup.py b/setup.py
index 5d7ae33..3459e45 100644
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,7 @@ TESTS_REQUIRE = COMPILE_REQUIRES + ZCML_REQUIRES + [
setup(
name='zope.i18n',
- version='4.6.2',
+ version='4.6.3.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Internationalization Support',