From 30e65436dd27639c2d44ac7d77fed984080afdd1 Mon Sep 17 00:00:00 2001 From: kgriffs Date: Mon, 20 May 2013 09:24:13 -0500 Subject: [PATCH] chore: Release 0.1.6.p1 This release just enables testing via setup.py and fixes the README.rst syntax so it renderes correctly on pypi. --- falcon/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/falcon/version.py b/falcon/version.py index 080835f..e799466 100644 --- a/falcon/version.py +++ b/falcon/version.py @@ -16,7 +16,7 @@ limitations under the License. """ -VERSION_TUPLE = (0, 1, 7, 'post1') +VERSION_TUPLE = (0, 1, 6, 'post1') version = '.'.join(map(str, VERSION_TUPLE)) """Current version of Falcon."""