Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Apr 8, 2022
1 parent fc547f6 commit 5dab7b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v1.5.1 (2022-04-08)
### Fix
* Remove extra spaces from :py:class: ([`fc547f6`](https://github.com/kalekundert/autoclasstoc/commit/fc547f654391ae798a54d9ed136ada3676920660))

## v1.5.0 (2022-03-10)
### Feature
* Allow sections to exclude other sections ([`b757374`](https://github.com/kalekundert/autoclasstoc/commit/b75737451abcfd16a1cda2f3a02d8ba8a2ed43cd))
Expand Down
2 changes: 1 addition & 1 deletion autoclasstoc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Add a succinct TOC to auto-documented classes.
"""

__version__ = '1.5.0'
__version__ = '1.5.1'

from .errors import *
from . import utils, nodes
Expand Down

0 comments on commit 5dab7b4

Please sign in to comment.