summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2019-07-12 17:09:08 +0300
committerMarius Gedminas <marius@gedmin.as>2019-07-12 17:09:08 +0300
commitfdc6ab2b6d1844356462357b5980c7a930619556 (patch)
treea2de9022e378ca821db0417165deb7acdd371a0b
parente56c687e6e50143e9ec0dd45e8d5908a62bf1c08 (diff)
downloadzope-proxy-fdc6ab2b6d1844356462357b5980c7a930619556.tar.gz
Back to development: 4.3.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 6483e89..7aabc6c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,12 @@
Changes
=======
+4.3.3 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
4.3.2 (2019-07-12)
------------------
diff --git a/setup.py b/setup.py
index 7a16dcd..a087cb4 100644
--- a/setup.py
+++ b/setup.py
@@ -84,7 +84,7 @@ else:
features = {'Cwrapper': Cwrapper}
setup(name='zope.proxy',
- version='4.3.2',
+ version='4.3.3.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Generic Transparent Proxies',