diff options
| -rw-r--r-- | docs/news.txt | 6 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/news.txt b/docs/news.txt index 056efd2..4c082cf 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -1,8 +1,8 @@ News ==== -Unreleased ----------- +1.4.2 (2015-10-30) +------------------ Bug Fixes ~~~~~~~~~ @@ -17,7 +17,7 @@ Bug Fixes from_file. See https://github.com/Pylons/webob/issues/121 - Unbreak req.POST when the request method is PATCH. Instead of returning - something cmpletely unrelated we return NoVar. See: + something completely unrelated we return NoVar. See: https://github.com/Pylons/webob/pull/215 1.4.1 (2015-04-14) @@ -1,6 +1,6 @@ from setuptools import setup -version = '1.4.2.dev0' +version = '1.4.2' testing_extras = ['nose', 'coverage'] |
