Skip to content

Commit 83b1260

Browse files
committed
Version 1.8.1
1 parent 613eff5 commit 83b1260

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Changelog
33

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

6-
v1.8.1 (TBC)
7-
------------
6+
v1.8.1 (2021-04-24)
7+
-------------------
88

99
Bug Fixes
1010
^^^^^^^^^

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.0"
7-
__version_info__ = (1, 8, 0)
6+
__version__ = "1.8.1"
7+
__version_info__ = (1, 8, 1)

0 commit comments

Comments
 (0)