Version 1.6.0

pull/266/head v1.6.0
Ashley Whetter 4 years ago
parent 714c0609ba
commit 731323c2a4

@ -3,8 +3,8 @@ Changelog
Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.<patch>``).
V1.6.0 (TBC)
------------
V1.6.0 (2021-01-20)
-------------------
Breaking Changes
^^^^^^^^^^^^^^^^

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

Loading…
Cancel
Save