summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-12-15 08:21:37 +0100
committerMichael Howitz <mh@gocept.com>2022-12-15 08:21:37 +0100
commit165a1ea9cf481a2435b070f7a3abc5a1f3b22445 (patch)
tree050cea840fff6f0d9a1664791c24362b13b46e3a
parent48567131999ee221b9d39fbc27bcb21c410538e7 (diff)
downloadzope-event-master.tar.gz
Back to development: 4.7HEADmaster
-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 fbfb4c3..3adad95 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,12 @@
``zope.event`` Changelog
==========================
+4.7 (unreleased)
+================
+
+- Nothing changed yet.
+
+
4.6 (2022-12-15)
================
diff --git a/setup.py b/setup.py
index 4444203..42ad5d9 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ def read(*rnames):
setup(
name='zope.event',
- version='4.6',
+ version='4.7.dev0',
url='https://github.com/zopefoundation/zope.event',
license='ZPL-2.1',
description='Very basic event publishing system',