summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2018-10-05 16:27:07 +0200
committerMichael Howitz <mh@gocept.com>2018-10-05 16:27:07 +0200
commitd5bd80f4a062c2b407eaba89cf476d0c3fee0346 (patch)
tree86b87b92060a43acdb8e63c727168089d57bab52
parentcc53329254fc06190f2612613db53e4488111c31 (diff)
downloadzope-browser-d5bd80f4a062c2b407eaba89cf476d0c3fee0346.tar.gz
Back to development: 2.4
-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 40a7762..07a68b0 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
Changelog
===========
+2.4 (unreleased)
+================
+
+- Nothing changed yet.
+
+
2.3 (2018-10-05)
================
diff --git a/setup.py b/setup.py
index bbd53cd..90191ac 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ def read(*rnames):
setup(
name='zope.browser',
- version='2.3',
+ version='2.4.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Shared Zope Toolkit browser components',