summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-09-04 12:00:26 -0400
committerTres Seaver <tseaver@palladion.com>2014-09-04 12:00:26 -0400
commit6ebc0e9b2e2e57514905f50c3940ea88bcd1bf62 (patch)
tree61edf12e52abf544fb4fbbef5682f955fb7125fb
parentae44664fee6cfc2bf46cf6f8a2a1e1630e9736e0 (diff)
downloadzope-schema-4.4.2.tar.gz
Prep 4.4.2 release.4.4.2
-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',