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 /setup.py | |
| parent | 2caf9d0f9748ad7a496308d70c6384530abba3ba (diff) | |
| download | webtest-b9883dce1228725ec7598b369162be6878ebf587.tar.gz | |
Preparing release 2.0.122.0.12
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = [] |
