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

Commit 20c77fc

Browse files
chore: release 0.31.0 (#558)
* chore: updated CHANGELOG.md [ci skip] * chore: updated setup.py Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 3a23143 commit 20c77fc

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.31.0](https://www.github.com/googleapis/gapic-generator-python/compare/v0.30.0...v0.31.0) (2020-07-28)
4+
5+
6+
### Features
7+
8+
* bypass request copying in method calls ([#557](https://www.github.com/googleapis/gapic-generator-python/issues/557)) ([3a23143](https://www.github.com/googleapis/gapic-generator-python/commit/3a2314318de229a3353c984a8cb2766ae95cc968))
9+
10+
11+
### Bug Fixes
12+
13+
* add google.api_core.retry import to base.py ([#555](https://www.github.com/googleapis/gapic-generator-python/issues/555)) ([1d08e60](https://www.github.com/googleapis/gapic-generator-python/commit/1d08e60cea4c5b3fa2555a4952161b0115d686f2))
14+
315
## [0.30.0](https://www.github.com/googleapis/gapic-generator-python/compare/v0.29.2...v0.30.0) (2020-07-27)
416

517

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.30.0"
23+
version = "0.31.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)