summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Richter <srichter@cipherhealth.com>2013-02-21 01:21:58 -0500
committerStephan Richter <srichter@cipherhealth.com>2013-02-21 01:21:58 -0500
commit019a065a5f9b4e95d1280b19e7f97e97f37d7e21 (patch)
tree4ae6418bb69ca1086aa1cb3ee833b197852b94eb
parentf155bad939539655283c8abbe776c75b2b581a6a (diff)
downloadzope-interface-019a065a5f9b4e95d1280b19e7f97e97f37d7e21.tar.gz
Back to development: 4.0.5
-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 d8bf22e..1de136b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,12 @@
``zope.interface Changelog``
============================
+4.0.5 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
4.0.4 (2013-02-21)
------------------
diff --git a/setup.py b/setup.py
index 0808a8e..72c9e62 100644
--- a/setup.py
+++ b/setup.py
@@ -112,7 +112,7 @@ long_description=(
)
setup(name='zope.interface',
- version='4.0.4',
+ version='4.0.5.dev0',
url='http://pypi.python.org/pypi/zope.interface',
license='ZPL 2.1',
description='Interfaces for Python',