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.
This commit is contained in:
kgriffs
2013-05-20 09:24:13 -05:00
parent 945a2641be
commit 30e65436dd

View File

@@ -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."""