File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### [ 2.26.1] ( https://www.github.com/googleapis/google-api-python-client/compare/v2.26.0...v2.26.1 ) (2021-10-12)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * disable self signed jwt ([ #1566 ] ( https://www.github.com/googleapis/google-api-python-client/issues/1566 ) ) ([ 623a71e] ( https://www.github.com/googleapis/google-api-python-client/commit/623a71e73d33b8474eea20e800c01d0f80dc8b81 ) )
9
+
3
10
## [ 2.26.0] ( https://www.github.com/googleapis/google-api-python-client/compare/v2.25.0...v2.26.0 ) (2021-10-12)
4
11
5
12
Original file line number Diff line number Diff line change 51
51
with io .open (readme_filename , encoding = "utf-8" ) as readme_file :
52
52
readme = readme_file .read ()
53
53
54
- version = "2.26.0 "
54
+ version = "2.26.1 "
55
55
56
56
setup (
57
57
name = "google-api-python-client" ,
You can’t perform that action at this time.
0 commit comments