Skip to content

Commit 814c282

Browse files
authored
chore: release 1.7.12 (#837)
1 parent b3b773f commit 814c282

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
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+
131
v1.7.11
232
Version 1.7.11
333

googleapiclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.7.11"
15+
__version__ = "1.7.12"
1616

1717
# Set default logging handler to avoid "No handler found" warnings.
1818
import logging

0 commit comments

Comments
 (0)