From 9ae49a5a7d0aba1177062a57ee4fbf068b57d56b Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Wed, 14 Apr 2021 18:38:18 +0200 Subject: [PATCH] Release v0.1.1 --- CHANGELOG.md | 7 +++++++ sphinxcontrib/svgbob/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0865df..1bcef9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/sphinxcontrib/svgbob/__init__.py b/sphinxcontrib/svgbob/__init__.py index 590d2f3..a7c260d 100644 --- a/sphinxcontrib/svgbob/__init__.py +++ b/sphinxcontrib/svgbob/__init__.py @@ -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]: