summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Groszer <agroszer@gmail.com>2019-01-03 15:00:41 +0100
committerAdam Groszer <agroszer@gmail.com>2019-01-03 15:00:41 +0100
commitfcc4a7f304c31cdb103a18ff02df8fc4d90f2b73 (patch)
treefc2e0d5284e19c9208e6812aa2cd0b647ef72500
parent6c53532c6fa438524236260b0e3e553dfe1716e6 (diff)
downloadzope-security-fcc4a7f304c31cdb103a18ff02df8fc4d90f2b73.tar.gz
Back to development: 4.3.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 e6e6987..1f2292c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
Changes
=========
+4.3.2 (unreleased)
+==================
+
+- Nothing changed yet.
+
+
4.3.1 (2019-01-03)
==================
diff --git a/setup.py b/setup.py
index 58cf819..945d38b 100644
--- a/setup.py
+++ b/setup.py
@@ -132,7 +132,7 @@ TESTS_REQUIRE = [
setup(name='zope.security',
- version='4.3.1',
+ version='4.3.2.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Security Framework',