Version 1.6.0

This commit is contained in:
Ashley Whetter 2021-01-20 15:13:20 -08:00
parent 714c0609ba
commit 731323c2a4
2 changed files with 3 additions and 3 deletions

View File

@ -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
^^^^^^^^^^^^^^^^

View File

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