From 1332c5bcafa50a6f3be2c8758aa7a58e76a397ff Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 11:10:40 -0400 Subject: [PATCH] chore: release 1.1.1 (#124) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39924769..0b7d0555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.1.1](https://www.github.com/googleapis/sphinx-docfx-yaml/compare/v1.1.0...v1.1.1) (2021-08-30) + + +### Bug Fixes + +* make plugin more verbose ([#123](https://www.github.com/googleapis/sphinx-docfx-yaml/issues/123)) ([1f25757](https://www.github.com/googleapis/sphinx-docfx-yaml/commit/1f2575730935f0be2795c37262aa1e465221daa7)) + ## [1.1.0](https://www.github.com/googleapis/sphinx-docfx-yaml/compare/v1.0.1...v1.1.0) (2021-08-26) diff --git a/setup.py b/setup.py index ad28a407..7792d057 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ name = 'gcp-sphinx-docfx-yaml' description = 'Sphinx Python Domain to DocFX YAML Generator' -version = '1.1.0' +version = '1.1.1' dependencies = [ 'gcp-docuploader', 'PyYAML',