summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2023-03-17 08:27:58 +0100
committerMichael Howitz <mh@gocept.com>2023-03-17 08:27:58 +0100
commit29cd20a83553d903f219f97fca262a85887475c7 (patch)
tree58e1bf608b0d118f8a6535fdd7085986c80dc6e5
parent42f8cf51105d94991ac5ba44fcd48a557bc5ad84 (diff)
downloadzope-interface-29cd20a83553d903f219f97fca262a85887475c7.tar.gz
Preparing release 6.06.0
-rw-r--r--CHANGES.rst2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 6be469d..1b9a135 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,7 +2,7 @@
Changes
=========
-6.0 (unreleased)
+6.0 (2023-03-17)
================
- Build Linux binary wheels for Python 3.11.
diff --git a/setup.py b/setup.py
index 4570a84..02b3cd4 100644
--- a/setup.py
+++ b/setup.py
@@ -100,7 +100,7 @@ long_description = (
)
setup(name='zope.interface',
- version='6.0.dev0',
+ version='6.0',
url='https://github.com/zopefoundation/zope.interface',
license='ZPL 2.1',
description='Interfaces for Python',