diff options
| author | Tres Seaver <tseaver@palladion.com> | 2014-09-04 12:00:26 -0400 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2014-09-04 12:00:26 -0400 |
| commit | 6ebc0e9b2e2e57514905f50c3940ea88bcd1bf62 (patch) | |
| tree | 61edf12e52abf544fb4fbbef5682f955fb7125fb | |
| parent | ae44664fee6cfc2bf46cf6f8a2a1e1630e9736e0 (diff) | |
| download | zope-schema-4.4.2.tar.gz | |
Prep 4.4.2 release.4.4.2
| -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', |
