diff --git a/CHANGELOG.md b/CHANGELOG.md index bbdc5f71..915454f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/setup.py b/setup.py index de9c5b08..4f6528a2 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 = '2.0.6' +version = '2.0.7' 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 d6925e36..13c75a2d 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__ = "2.0.6" +__version__ = "2.0.7" diff --git a/tests/testdata/non-cloud/pandas_gbq/version.py b/tests/testdata/non-cloud/pandas_gbq/version.py index 12dde207..c582616f 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__ = "2.0.6" +__version__ = "2.0.7"