summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst2
-rw-r--r--setup.py2
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.
diff --git a/setup.py b/setup.py
index 51f2d5f..c9dc6ee 100644
--- a/setup.py
+++ b/setup.py
@@ -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',