Version 1.7.0

pull/266/head v1.7.0
Ashley Whetter 4 years ago
parent 471c870a53
commit 05dde9584c

@ -3,8 +3,8 @@ Changelog
Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.<patch>``). Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.<patch>``).
V1.6.1 (TBC) V1.7.0 (2021-01-31)
------------ -------------------
Features Features
^^^^^^^^ ^^^^^^^^

@ -1,2 +1,2 @@
__version_info__ = (1, 6, 0) __version_info__ = (1, 7, 0)
__version__ = ".".join(str(x) for x in __version_info__) __version__ = ".".join(str(x) for x in __version_info__)

Loading…
Cancel
Save