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 28c179f..7f5c988 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ zope.schema Changelog ===================== -4.4.2 (unreleased) +4.4.2 (2014-09-04) ------------------ - Fix description of min max field: max value is included, not excluded. @@ -81,7 +81,7 @@ TESTS_REQUIRE = ['zope.testing'] setup( name='zope.schema', - version='4.4.2dev', + version='4.4.2', url='http://pypi.python.org/pypi/zope.schema', license='ZPL 2.1', description='zope.interface extension for defining data schemas', |
