Skip to content

Commit 44b765e

Browse files
chore(main): release 0.63.5 (googleapis#1222)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 31292d5 commit 44b765e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

33

4+
### [0.63.5](https://github.com/googleapis/gapic-generator-python/compare/v0.63.4...v0.63.5) (2022-02-25)
5+
6+
7+
### Bug Fixes
8+
9+
* update license year to 2022 ([#1199](https://github.com/googleapis/gapic-generator-python/issues/1199)) ([31292d5](https://github.com/googleapis/gapic-generator-python/commit/31292d59c8d08695f3e2dfa75861c86d723a9d35))
10+
411
### [0.63.4](https://github.com/googleapis/gapic-generator-python/compare/v0.63.3...v0.63.4) (2022-02-22)
512

613

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.63.4"
23+
version = "0.63.5"
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)