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:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user