Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit ba72860

Browse files
chore(main): release 2.0.4 (#302)
* chore(main): release 2.0.4 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 85c049a commit ba72860

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.kokoro/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
set -eo pipefail
1717

1818
# Start the releasetool reporter
19-
python3 -m pip install --no-deps --require-hashes -r github/sphinx-docfx-yaml/.kokoro/requirements.txt
19+
python3 -m pip install --require-hashes -r github/sphinx-docfx-yaml/.kokoro/requirements.txt
2020
python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
2121

2222
# Disable buffering, so that the logs stream through.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.0.4](https://github.com/googleapis/sphinx-docfx-yaml/compare/v2.0.3...v2.0.4) (2023-06-02)
4+
5+
6+
### Bug Fixes
7+
8+
* Allow top level page to only have index page ([#301](https://github.com/googleapis/sphinx-docfx-yaml/issues/301)) ([85c049a](https://github.com/googleapis/sphinx-docfx-yaml/commit/85c049a55f29ca78a1263e3f9ec4a3f5e4d5cad0))
9+
310
## [2.0.3](https://github.com/googleapis/sphinx-docfx-yaml/compare/v2.0.2...v2.0.3) (2023-03-22)
411

512

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
name = 'gcp-sphinx-docfx-yaml'
1919
description = 'Sphinx Python Domain to DocFX YAML Generator'
20-
version = '2.0.3'
20+
version = '2.0.4'
2121
dependencies = [
2222
'black',
2323
'gcp-docuploader',

tests/testdata/handwritten/google/cloud/storage/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414

1515
# Original snapshotted version is 2.5.0.
16-
__version__ = "2.0.3"
16+
__version__ = "2.0.4"

tests/testdata/non-cloud/pandas_gbq/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# license that can be found in the LICENSE file.
44

55
# Original snapshotted version is 0.19.1.
6-
__version__ = "2.0.3"
6+
__version__ = "2.0.4"

0 commit comments

Comments
 (0)