summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2016-02-17 09:44:51 -0500
committerTres Seaver <tseaver@palladion.com>2016-02-17 09:44:51 -0500
commit9f992013721682b01aad2c2caf0cdb19d05b765c (patch)
tree9d042f7c49b381e193eb619267fe732242b10c6c
parent4657de80402668e3a6e847808845394a710d44e1 (diff)
downloadzope-event-9f992013721682b01aad2c2caf0cdb19d05b765c.tar.gz
svb
-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 496c8d7..fee495b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,12 @@
``zope.event`` Changelog
========================
+4.2.1 (unreleased)
+------------------
+
+- TBD
+
+
4.2.0 (2016-02-17)
------------------
diff --git a/setup.py b/setup.py
index 326163b..87fdf29 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ def read(*rnames):
setup(
name='zope.event',
- version='4.2.0',
+ version='4.2.1.dev0',
url='http://pypi.python.org/pypi/zope.event',
license='ZPL 2.1',
description='Very basic event publishing system',