summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2023-04-06 07:52:55 +0200
committerMichael Howitz <mh@gocept.com>2023-04-06 07:52:55 +0200
commit4dac2dc66312433e1e137aa6dc5c51f62c3d8f24 (patch)
tree2ae56e0f626ce67fead1d59d8602a14cddcf4cf9
parent54574ef29e9fbc1c4986f1046e0132cb627057dc (diff)
downloadzope-interface-4dac2dc66312433e1e137aa6dc5c51f62c3d8f24.tar.gz
Back to development: 6.1
-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 3b568d6..0d78fc9 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
Changes
=========
+6.1 (unreleased)
+================
+
+- Nothing changed yet.
+
+
6.1a1 (2023-04-06)
==================
diff --git a/setup.py b/setup.py
index 2f15ae0..a578b2e 100644
--- a/setup.py
+++ b/setup.py
@@ -100,7 +100,7 @@ long_description = (
)
setup(name='zope.interface',
- version='6.1a1',
+ version='6.1.dev0',
url='https://github.com/zopefoundation/zope.interface',
license='ZPL 2.1',
description='Interfaces for Python',