We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f647c commit bce1b1dCopy full SHA for bce1b1d
CHANGELOG
@@ -1,3 +1,15 @@
1
+v1.7.11
2
+ Version 1.7.11
3
+
4
+ Bugfix release
5
6
+ Implementation Changes
7
+ - Pass library and Python version in x-goog-api-client header ([#734](https://github.com/googleapis/google-api-python-client/pull/734))
8
9
+ Documentation
10
+ - Fix typo in filename used in 'docs/auth.md' ([#736](https://github.com/googleapis/google-api-python-client/pull/736))
11
12
13
v1.7.10
14
Version 1.7.10
15
googleapiclient/__init__.py
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-__version__ = "1.7.10"
+__version__ = "1.7.11"
16
17
# Set default logging handler to avoid "No handler found" warnings.
18
import logging
0 commit comments