Skip to content

Commit 4d8f638

Browse files
committed
Version 1.8.3
1 parent 7cdc0df commit 4d8f638

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Changelog
33

44
Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.<patch>``).
55

6-
v1.8.3 (TBC)
6+
v1.8.3 (2021-07-31)
77
-------------------
88

99
Bug Fixes

autoapi/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from .extension import setup
44

55

6-
__version__ = "1.8.2"
7-
__version_info__ = (1, 8, 2)
6+
__version__ = "1.8.3"
7+
__version_info__ = (1, 8, 3)

0 commit comments

Comments
 (0)