mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-10 01:10:27 +00:00
Version 1.8.4
This commit is contained in:
parent
948f753a20
commit
19d217e177
@ -3,8 +3,8 @@ Changelog
|
||||
|
||||
Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.<patch>``).
|
||||
|
||||
v1.8.4 (TBA)
|
||||
------------
|
||||
v1.8.4 (2021-08-16)
|
||||
-------------------
|
||||
|
||||
Bug Fixes
|
||||
^^^^^^^^^
|
||||
|
@ -3,5 +3,5 @@
|
||||
from .extension import setup
|
||||
|
||||
|
||||
__version__ = "1.8.3"
|
||||
__version_info__ = (1, 8, 3)
|
||||
__version__ = "1.8.4"
|
||||
__version_info__ = (1, 8, 4)
|
||||
|
Loading…
Reference in New Issue
Block a user