Skip to content

Commit

Permalink
chore(main): release 2.0.7 (#333)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Nov 1, 2023
1 parent bbfa011 commit 0c22d4f
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

## [2.0.7](https://github.com/googleapis/sphinx-docfx-yaml/compare/v2.0.6...v2.0.7) (2023-11-01)


### Bug Fixes

* Ignore cross reference conversion in examples ([#332](https://github.com/googleapis/sphinx-docfx-yaml/issues/332)) ([bbfa011](https://github.com/googleapis/sphinx-docfx-yaml/commit/bbfa01175d1b1cb4ccd670cbaa1ebfa511e61e8b))

## [2.0.6](https://github.com/googleapis/sphinx-docfx-yaml/compare/v2.0.5...v2.0.6) (2023-10-30)


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 = '2.0.6'
version = '2.0.7'
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__ = "2.0.6"
__version__ = "2.0.7"
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__ = "2.0.6"
__version__ = "2.0.7"

0 comments on commit 0c22d4f

Please sign in to comment.