summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGael Pasgrimaud <gael@gawel.org>2014-01-17 18:48:55 +0100
committerGael Pasgrimaud <gael@gawel.org>2014-01-17 18:48:55 +0100
commitb9883dce1228725ec7598b369162be6878ebf587 (patch)
tree0007a598ee8a4ed0f5d434cc9ad6363bda568a77 /setup.py
parent2caf9d0f9748ad7a496308d70c6384530abba3ba (diff)
downloadwebtest-b9883dce1228725ec7598b369162be6878ebf587.tar.gz
Preparing release 2.0.122.0.12
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c8dc408..ad5a8f8 100644
--- a/setup.py
+++ b/setup.py
@@ -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 = []