Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b0dcb8b

Browse files
chore: release 2.25.0 (googleapis#1555)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b5845d8 commit b0dcb8b

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,5 +1,12 @@
11
# Changelog
22

3+
## [2.25.0](https://www.github.com/googleapis/google-api-python-client/compare/v2.24.0...v2.25.0) (2021-10-09)
4+
5+
6+
### Features
7+
8+
* enable self signed jwt for service account credentials ([#1553](https://www.github.com/googleapis/google-api-python-client/issues/1553)) ([1fb3c8e](https://www.github.com/googleapis/google-api-python-client/commit/1fb3c8ec61295adc876fa449e92fe5d682f33cbd))
9+
310
## [2.24.0](https://www.github.com/googleapis/google-api-python-client/compare/v2.23.0...v2.24.0) (2021-10-05)
411

512

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
with io.open(readme_filename, encoding="utf-8") as readme_file:
5252
readme = readme_file.read()
5353

54-
version = "2.24.0"
54+
version = "2.25.0"
5555

5656
setup(
5757
name="google-api-python-client",

0 commit comments

Comments
 (0)