From 7376358c4d6a95019fa46f854bb3ea995e1771d2 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 19:08:48 +0000 Subject: [PATCH] chore(main): release 3.2.2 --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- .../testdata/handwritten/google/cloud/storage/version.py | 2 +- tests/testdata/non-cloud/pandas_gbq/version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffe7514..1e3ddd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.2.2](https://github.com/googleapis/sphinx-docfx-yaml/compare/v3.2.1...v3.2.2) (2024-09-06) + + +### Bug Fixes + +* Ignore disambiguation for repeated entries ([#390](https://github.com/googleapis/sphinx-docfx-yaml/issues/390)) ([917c89b](https://github.com/googleapis/sphinx-docfx-yaml/commit/917c89bece5492dd8cbb09348d05af2a5fec82aa)) +* Retrieve keyword arguments for docstrings ([#389](https://github.com/googleapis/sphinx-docfx-yaml/issues/389)) ([bb6898e](https://github.com/googleapis/sphinx-docfx-yaml/commit/bb6898e054f6c53509f6394ba08eb44a36b8661b)) + ## [3.2.1](https://github.com/googleapis/sphinx-docfx-yaml/compare/v3.2.0...v3.2.1) (2024-05-07) diff --git a/setup.py b/setup.py index c8da6bf..2ad47ba 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 = '3.2.1' +version = '3.2.2' dependencies = [ 'black', 'gcp-docuploader', diff --git a/tests/testdata/handwritten/google/cloud/storage/version.py b/tests/testdata/handwritten/google/cloud/storage/version.py index e549eda..afc23c4 100644 --- a/tests/testdata/handwritten/google/cloud/storage/version.py +++ b/tests/testdata/handwritten/google/cloud/storage/version.py @@ -13,4 +13,4 @@ # limitations under the License. # Original snapshotted version is 2.5.0. -__version__ = "3.2.1" +__version__ = "3.2.2" diff --git a/tests/testdata/non-cloud/pandas_gbq/version.py b/tests/testdata/non-cloud/pandas_gbq/version.py index 7230053..7bceac2 100644 --- a/tests/testdata/non-cloud/pandas_gbq/version.py +++ b/tests/testdata/non-cloud/pandas_gbq/version.py @@ -3,4 +3,4 @@ # license that can be found in the LICENSE file. # Original snapshotted version is 0.19.1. -__version__ = "3.2.1" +__version__ = "3.2.2"