summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2023-03-27 10:42:08 +0200
committerMichael Howitz <mh@gocept.com>2023-03-27 10:42:08 +0200
commit2f21f250e413089e67f1c2c57561820f2fa03ab3 (patch)
treee2d3949193aa48fa26ab3dbb52a7a8364aa1d7ac
parent29dbdbbc5e63140a3c3a89c9b8f0b58e8a6f718f (diff)
downloadzope-browser-master.tar.gz
Back to development: 3.1HEADmaster
-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 7154521..c588fea 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
Changelog
===========
+3.1 (unreleased)
+================
+
+- Nothing changed yet.
+
+
3.0 (2023-03-27)
================
diff --git a/setup.py b/setup.py
index 8d8371f..d85d248 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ def read(*rnames):
setup(
name='zope.browser',
- version='3.0',
+ version='3.1.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Shared Zope Toolkit browser components',