Skip to content

Commit

Permalink
chore(main): release 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Aug 10, 2024
1 parent 917c89b commit 3fb04fd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.2.2](https://github.com/googleapis/sphinx-docfx-yaml/compare/v3.2.1...v3.2.2) (2024-08-10)


### 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))

## [3.2.1](https://github.com/googleapis/sphinx-docfx-yaml/compare/v3.2.0...v3.2.1) (2024-05-07)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion tests/testdata/handwritten/google/cloud/storage/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.

# Original snapshotted version is 2.5.0.
__version__ = "3.2.1"
__version__ = "3.2.2"
2 changes: 1 addition & 1 deletion tests/testdata/non-cloud/pandas_gbq/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 3fb04fd

Please sign in to comment.