diff options
| author | Lennart Regebro <regebro@gmail.com> | 2010-05-03 13:11:45 +0000 |
|---|---|---|
| committer | Lennart Regebro <regebro@gmail.com> | 2010-05-03 13:11:45 +0000 |
| commit | ef89e6fc8c18107183e02cf87dd83d5c0b87f4c1 (patch) | |
| tree | 3f8f2729f21897c17b8325e64056885f9d696147 | |
| parent | 1af519c57904f1b9b11ae01c7ef5171d50150f99 (diff) | |
| download | zope-interface-ef89e6fc8c18107183e02cf87dd83d5c0b87f4c1.tar.gz | |
Preparing release 3.6.1
| -rw-r--r-- | CHANGES.txt | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 2bc9536..bd06430 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,7 +2,7 @@ CHANGES ******* ================== -3.6.1 (Unreleased) +3.6.1 (2010-05-03) ================== - A non-ascii character in the changelog made 3.6.0 uninstallable on Python 3 systems @@ -104,7 +104,7 @@ except (ImportError, SyntaxError): from build_ext_2 import optional_build_ext setup(name='zope.interface', - version = '3.6.1dev', + version='3.6.1', url='http://pypi.python.org/pypi/zope.interface', license='ZPL 2.1', description='Interfaces for Python', |
