summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-03-19 14:31:53 -0400
committerTres Seaver <tseaver@palladion.com>2014-03-19 14:31:53 -0400
commita341954cc361b735e00fbacc0cdbb7441c9df6c1 (patch)
treea81b17d8e1be3445fab636d42b30b0fadf65422f
parent74ec0c5ddc8ce56eab6f69b52b8b5147cf28b864 (diff)
downloadzope-event-a341954cc361b735e00fbacc0cdbb7441c9df6c1.tar.gz
Prep 4.0.3 release.4.0.3
-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 8a82ac6..1579337 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,7 +1,7 @@
``zope.event`` Changelog
========================
-4.0.3 (unreleased)
+4.0.3 (2014-03-19)
------------------
- Added support for Python 3.4.
diff --git a/setup.py b/setup.py
index 6cfe79f..1d80e93 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ def read(*rnames):
setup(
name='zope.event',
- version='4.0.3dev',
+ version='4.0.3',
url='http://pypi.python.org/pypi/zope.event',
license='ZPL 2.1',
description='Very basic event publishing system',