summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Richter <srichter@cipherhealth.com>2013-02-21 01:19:52 -0500
committerStephan Richter <srichter@cipherhealth.com>2013-02-21 01:19:52 -0500
commitf155bad939539655283c8abbe776c75b2b581a6a (patch)
treef6674196591f15d96f50550e0551f342fcde0023
parent4c51651d047cb044c877e878e49bbc8595758c75 (diff)
downloadzope-interface-f155bad939539655283c8abbe776c75b2b581a6a.tar.gz
Preparing release 4.0.44.0.4
-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 28ab4dc..d8bf22e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,7 +1,7 @@
``zope.interface Changelog``
============================
-4.0.4 (unreleased)
+4.0.4 (2013-02-21)
------------------
- Fixed a bug that was revealed by porting zope.traversing. During a loop, the
diff --git a/setup.py b/setup.py
index 29e96da..0808a8e 100644
--- a/setup.py
+++ b/setup.py
@@ -112,7 +112,7 @@ long_description=(
)
setup(name='zope.interface',
- version='4.0.4dev',
+ version='4.0.4',
url='http://pypi.python.org/pypi/zope.interface',
license='ZPL 2.1',
description='Interfaces for Python',