summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-10-10 08:41:58 +0200
committerMichael Howitz <mh@gocept.com>2022-10-10 08:41:58 +0200
commitd65b9977fc3f282693441c6828ea1044a79430a1 (patch)
tree704a70ef6c408bb92ac1b43948fca49703764b6a
parent32815ddb3cf8c81fc7bdb4ab9c1e3ccf67295dab (diff)
downloadzope-interface-d65b9977fc3f282693441c6828ea1044a79430a1.tar.gz
Back to development: 5.5.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 ec04863..c17b168 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
Changes
=========
+5.5.1 (unreleased)
+==================
+
+- Nothing changed yet.
+
+
5.5.0 (2022-10-10)
==================
diff --git a/setup.py b/setup.py
index ea9c3e0..d44fc43 100644
--- a/setup.py
+++ b/setup.py
@@ -100,7 +100,7 @@ long_description = (
)
setup(name='zope.interface',
- version='5.5.0',
+ version='5.5.1.dev0',
url='https://github.com/zopefoundation/zope.interface',
license='ZPL 2.1',
description='Interfaces for Python',