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 9eb303e commit a737c75Copy full SHA for a737c75
CHANGELOG
@@ -1,3 +1,13 @@
1
+v1.7.0
2
+ Version 1.7.0
3
+
4
+ This release drops the hard requirement on oauth2client and installs
5
+ google-auth by default instead. oauth2client is still supported but will
6
+ need to be explicitly installed.
7
8
+ - Drop oauth2client dependency (#499)
9
+ - Include tests in source distribution (#514)
10
11
v1.6.7
12
Version 1.6.7
13
googleapiclient/__init__.py
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
14
15
-__version__ = "1.6.7"
+__version__ = "1.7.0"
16
17
# Set default logging handler to avoid "No handler found" warnings.
18
import logging
0 commit comments