diff options
| author | Stephan Richter <srichter@cipherhealth.com> | 2013-02-21 01:21:58 -0500 |
|---|---|---|
| committer | Stephan Richter <srichter@cipherhealth.com> | 2013-02-21 01:21:58 -0500 |
| commit | 019a065a5f9b4e95d1280b19e7f97e97f37d7e21 (patch) | |
| tree | 4ae6418bb69ca1086aa1cb3ee833b197852b94eb | |
| parent | f155bad939539655283c8abbe776c75b2b581a6a (diff) | |
| download | zope-interface-019a065a5f9b4e95d1280b19e7f97e97f37d7e21.tar.gz | |
Back to development: 4.0.5
| -rw-r--r-- | CHANGES.rst | 6 | ||||
| -rw-r--r-- | setup.py | 2 |
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) ------------------ @@ -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', |
