diff options
| author | Gael Pasgrimaud <gael@gawel.org> | 2014-01-17 18:48:55 +0100 |
|---|---|---|
| committer | Gael Pasgrimaud <gael@gawel.org> | 2014-01-17 18:48:55 +0100 |
| commit | b9883dce1228725ec7598b369162be6878ebf587 (patch) | |
| tree | 0007a598ee8a4ed0f5d434cc9ad6363bda568a77 | |
| parent | 2caf9d0f9748ad7a496308d70c6384530abba3ba (diff) | |
| download | webtest-2.0.12.tar.gz | |
Preparing release 2.0.122.0.12
| -rw-r--r-- | CHANGELOG.rst | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7f1a10f..a56f276 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ News ==== -2.0.12 (unreleased) +2.0.12 (2014-01-17) ------------------- - Ignore the `value` attribute of file inputs @@ -5,7 +5,7 @@ import sys from setuptools import setup from setuptools import find_packages -version = '2.0.12.dev0' +version = '2.0.12' tests_require = ['nose', 'coverage', 'mock', 'PasteDeploy', 'WSGIProxy2', 'pyquery'] opt_install_requires = [] |
