Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
v1.7.12
Version 1.7.12

Bugfix release

Implementation Changes
- Look for field 'detail' in error message. ([#739](https://github.com/googleapis/google-api-python-client/pull/739))
- Exclude 308s from httplib2 redirect codes list ([#813](https://github.com/googleapis/google-api-python-client/pull/813))

Documentation
- Remove oauth2client from docs ([#738](https://github.com/googleapis/google-api-python-client/pull/738))
- Fix typo. ([#745](https://github.com/googleapis/google-api-python-client/pull/745))
- Remove compatibility badges. ([#746](https://github.com/googleapis/google-api-python-client/pull/746))
- Fix TypeError: search_analytics_api_sample.py #732 ([#742](https://github.com/googleapis/google-api-python-client/pull/742))
- Correct response access ([#750](https://github.com/googleapis/google-api-python-client/pull/750))
- Fix link to API explorer ([#760](https://github.com/googleapis/google-api-python-client/pull/760))
- Fix argument typo in oauth2 code example ([#763](https://github.com/googleapis/google-api-python-client/pull/763))
- Recommend install with virtualenv ([#768](https://github.com/googleapis/google-api-python-client/pull/768))
- Fix capitalization in docs/README.md ([#770](https://github.com/googleapis/google-api-python-client/pull/770))

- Remove compatibility badges ([#796](https://github.com/googleapis/google-api-python-client/pull/796))
- Remove mentions of pycrypto ([#799](https://github.com/googleapis/google-api-python-client/pull/799))
- Fix typo in model.py
- Add note about Google Ads llibrary ([#814](https://github.com/googleapis/google-api-python-client/pull/814))


Internal / Testing Changes
- Blacken ([#772](https://github.com/googleapis/google-api-python-client/pull/722))
- Move kokoro configs ([#832](https://github.com/googleapis/google-api-python-client/pull/832))

v1.7.11
Version 1.7.11

Expand Down
2 changes: 1 addition & 1 deletion googleapiclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.7.11"
__version__ = "1.7.12"

# Set default logging handler to avoid "No handler found" warnings.
import logging
Expand Down