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

Commit 1e2c934

Browse files
chore(main): release 2.0.1 (#274)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent a4c808f commit 1e2c934

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

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.1](https://github.com/googleapis/sphinx-docfx-yaml/compare/v2.0.0...v2.0.1) (2023-01-30)
4+
5+
6+
### Bug Fixes
7+
8+
* Remove license headers in markdown files ([#273](https://github.com/googleapis/sphinx-docfx-yaml/issues/273)) ([a4c808f](https://github.com/googleapis/sphinx-docfx-yaml/commit/a4c808fdbfbf30bc536c7c22420229b0e40fa7c3))
9+
310
## [2.0.0](https://github.com/googleapis/sphinx-docfx-yaml/compare/v1.6.0...v2.0.0) (2022-11-15)
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.0'
20+
version = '2.0.1'
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
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.0.0"
15+
__version__ = "2.0.1"

0 commit comments

Comments
 (0)