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
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v1.7.0
Version 1.7.0

This release drops the hard requirement on oauth2client and installs
google-auth by default instead. oauth2client is still supported but will
need to be explicitly installed.

- Drop oauth2client dependency (#499)
- Include tests in source distribution (#514)

v1.6.7
Version 1.6.7

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.6.7"
__version__ = "1.7.0"

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