diff options
| author | Stephan Richter <srichter@cipherhealth.com> | 2013-02-21 01:19:52 -0500 |
|---|---|---|
| committer | Stephan Richter <srichter@cipherhealth.com> | 2013-02-21 01:19:52 -0500 |
| commit | f155bad939539655283c8abbe776c75b2b581a6a (patch) | |
| tree | f6674196591f15d96f50550e0551f342fcde0023 | |
| parent | 4c51651d047cb044c877e878e49bbc8595758c75 (diff) | |
| download | zope-interface-f155bad939539655283c8abbe776c75b2b581a6a.tar.gz | |
Preparing release 4.0.44.0.4
| -rw-r--r-- | CHANGES.rst | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
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 @@ -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', |
