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

Commit 0644b52

Browse files
chore: release 0.34.0 (#623)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 15a7fde commit 0644b52

2 files changed

Lines changed: 8 additions & 1 deletion

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+
## [0.34.0](https://www.github.com/googleapis/gapic-generator-python/compare/v0.33.8...v0.34.0) (2020-09-29)
4+
5+
6+
### Features
7+
8+
* add support for common resource paths ([#622](https://www.github.com/googleapis/gapic-generator-python/issues/622)) ([15a7fde](https://www.github.com/googleapis/gapic-generator-python/commit/15a7fdeb966cb64a742b6305d2c71dd3d485d0f9))
9+
310
### [0.33.8](https://www.github.com/googleapis/gapic-generator-python/compare/v0.33.7...v0.33.8) (2020-09-25)
411

512

setup.py

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

2121
PACKAGE_ROOT = os.path.abspath(os.path.dirname(__file__))
2222

23-
version = "0.33.8"
23+
version = "0.34.0"
2424

2525
with io.open(os.path.join(PACKAGE_ROOT, "README.rst")) as file_obj:
2626
README = file_obj.read()

0 commit comments

Comments
 (0)