summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt5
-rw-r--r--setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 2f4549e..c1e2647 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,11 @@
``zope.interface Changelog``
============================
+4.0.4 (unreleased)
+------------------
+
+- TBD
+
4.0.3 (2012-12-31)
------------------
diff --git a/setup.py b/setup.py
index da70d1a..05a86da 100644
--- a/setup.py
+++ b/setup.py
@@ -112,7 +112,7 @@ long_description=(
)
setup(name='zope.interface',
- version='4.0.3',
+ version='4.0.4dev',
url='http://pypi.python.org/pypi/zope.interface',
license='ZPL 2.1',
description='Interfaces for Python',