Skip to content

Commit c2936e1

Browse files
authored
Release 1.7.10 (#727)
1 parent eda5880 commit c2936e1

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

Diff for: CHANGELOG

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
v1.7.10
2+
Version 1.7.10
3+
4+
Bugfix release
5+
6+
Implementation Changes
7+
- Decode service to utf-8 ([#723](https://github.com/googleapis/google-api-python-client/pull/723))
8+
- Use print() function in both Python2 and Python 3 ([#722](https://github.com/googleapis/google-api-python-client/pull/722))
9+
- Make http.MediaFileUpload close its file descriptor ([#600](https://github.com/googleapis/google-api-python-client/pull/600))
10+
- Never make 'body' required ([#718](https://github.com/googleapis/google-api-python-client/pull/718))
11+
12+
Documentation
13+
- Add compatability check badges to README ([#691](https://github.com/googleapis/google-api-python-client/pull/691))
14+
- Regenerate docs ([#696](https://github.com/googleapis/google-api-python-client/pull/696), [#700](https://github.com/googleapis/google-api-python-client/pull/700))
15+
- Create index file for dynamically generated docs ([#702](https://github.com/googleapis/google-api-python-client/pull/702))
16+
- Add docs folder with guides from developers.google.com ([#706](https://github.com/googleapis/google-api-python-client/pull/706), [#710](https://github.com/googleapis/google-api-python-client/pull/710))
17+
18+
Internal / Testing Changes
19+
- Fix http.py, lint errors, unit test ([#724](https://github.com/googleapis/google-api-python-client/pull/724))
20+
- tox.ini: Look for Python syntax errors and undefined names ([#721](https://github.com/googleapis/google-api-python-client/pull/721))
21+
22+
123
v1.7.9
224
Version 1.7.9
325

Diff for: googleapiclient/__init__.py

+1-1
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.9"
15+
__version__ = "1.7.10"
1616

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

0 commit comments

Comments
 (0)