summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2018-08-09 14:08:42 +0300
committerMarius Gedminas <marius@gedmin.as>2018-08-09 14:09:31 +0300
commitdc0d8f613f225f35565b84476e6b211162b6b1e6 (patch)
treed32383ecf1eeb51288eb1535c67ba858768cdf51
parent45abd79d8f449d13ed2e52d06495ee51979c7adb (diff)
downloadzope-security-dc0d8f613f225f35565b84476e6b211162b6b1e6.tar.gz
Back to development: 4.2.3
-rw-r--r--CHANGES.rst8
-rw-r--r--setup.py2
2 files changed, 7 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 900f827..f531518 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
Changes
=========
+4.2.3 (unreleased)
+==================
+
+- Add support for Python 3.7.
+
+
4.2.2 (2018-01-11)
==================
@@ -13,8 +19,6 @@
``unicode`` is called. See `issue 10
<https://github.com/zopefoundation/zope.security/issues/10>`_.
-- Add support for Python 3.7.
-
4.2.1 (2017-11-30)
==================
diff --git a/setup.py b/setup.py
index fa9e34f..764b48e 100644
--- a/setup.py
+++ b/setup.py
@@ -132,7 +132,7 @@ TESTS_REQUIRE = [
setup(name='zope.security',
- version='4.2.2',
+ version='4.2.3.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',