Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Apr 14, 2021
1 parent 264b040 commit 9ae49a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
[Unreleased]: https://github.com/althonos/sphinxcontrib-svgbob/compare/v0.1.0...HEAD

## [v0.1.1] - 2021-04-14
[v0.1.1]: https://github.com/althonos/sphinxcontrib-svgbob/compare/v0.1.0...v0.1.1

### Fixed
- Wrong project name in `setup.cfg`.
- Invalid branch name in URL of AppVeyor status badge in `README.md`.


## [v0.1.0] - 2021-04-14
[v0.1.0]: https://github.com/althonos/sphinxcontrib-svgbob/compare/a46aa6e...v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion sphinxcontrib/svgbob/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .transform import SvgbobToImageTransform


__version__ = "0.1.0"
__version__ = "0.1.1"


def setup(app: Sphinx) -> typing.Dict[str, typing.Any]:
Expand Down

0 comments on commit 9ae49a5

Please sign in to comment.