diff options
| -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 fd66acc..1d2ed39 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ CHANGES ******* -4.2.1 (unreleased) +4.2.1 (2014-03-19) ================== - Added support for Python 3.4. @@ -70,7 +70,7 @@ def read(*rnames): setup( name='zope.component', - version='4.2.1dev', + version='4.2.1', url='http://pypi.python.org/pypi/zope.component', license='ZPL 2.1', description='Zope Component Architecture', |
