Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Sep 7, 2021
1 parent ed131ba commit d0cb5ca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

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

## v1.2.1 (2021-09-07)
### Fix
* **utils:** Add missing "f" in "f"string ([`446fa95`](https://github.com/kalekundert/autoclasstoc/commit/446fa95611317922cbc5e1270ef5fc06b79ebeb6))

### Documentation
* Add glooey as an example project ([`34f521f`](https://github.com/kalekundert/autoclasstoc/commit/34f521f4c776d929a43566567f9a09b543c19755))
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.2.0'
__version__ = '1.2.1'

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

0 comments on commit d0cb5ca

Please sign in to comment.