mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-10 01:10:27 +00:00
Version 1.6.0
This commit is contained in:
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…
Reference in New Issue
Block a user