File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change
1
+ v1.7.12
2
+ Version 1.7.12
3
+
4
+ Bugfix release
5
+
6
+ Implementation Changes
7
+ - Look for field 'detail' in error message. ([#739](https://github.com/googleapis/google-api-python-client/pull/739))
8
+ - Exclude 308s from httplib2 redirect codes list ([#813](https://github.com/googleapis/google-api-python-client/pull/813))
9
+
10
+ Documentation
11
+ - Remove oauth2client from docs ([#738](https://github.com/googleapis/google-api-python-client/pull/738))
12
+ - Fix typo. ([#745](https://github.com/googleapis/google-api-python-client/pull/745))
13
+ - Remove compatibility badges. ([#746](https://github.com/googleapis/google-api-python-client/pull/746))
14
+ - Fix TypeError: search_analytics_api_sample.py #732 ([#742](https://github.com/googleapis/google-api-python-client/pull/742))
15
+ - Correct response access ([#750](https://github.com/googleapis/google-api-python-client/pull/750))
16
+ - Fix link to API explorer ([#760](https://github.com/googleapis/google-api-python-client/pull/760))
17
+ - Fix argument typo in oauth2 code example ([#763](https://github.com/googleapis/google-api-python-client/pull/763))
18
+ - Recommend install with virtualenv ([#768](https://github.com/googleapis/google-api-python-client/pull/768))
19
+ - Fix capitalization in docs/README.md ([#770](https://github.com/googleapis/google-api-python-client/pull/770))
20
+
21
+ - Remove compatibility badges ([#796](https://github.com/googleapis/google-api-python-client/pull/796))
22
+ - Remove mentions of pycrypto ([#799](https://github.com/googleapis/google-api-python-client/pull/799))
23
+ - Fix typo in model.py
24
+ - Add note about Google Ads llibrary ([#814](https://github.com/googleapis/google-api-python-client/pull/814))
25
+
26
+
27
+ Internal / Testing Changes
28
+ - Blacken ([#772](https://github.com/googleapis/google-api-python-client/pull/722))
29
+ - Move kokoro configs ([#832](https://github.com/googleapis/google-api-python-client/pull/832))
30
+
1
31
v1.7.11
2
32
Version 1.7.11
3
33
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "1.7.11 "
15
+ __version__ = "1.7.12 "
16
16
17
17
# Set default logging handler to avoid "No handler found" warnings.
18
18
import logging
You can’t perform that action at this time.
0 commit comments