File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ v1.6.7
2+ Version 1.6.7
3+
4+ Bugfix release
5+
6+ **Note**: The next release of this library will no longer directly depend on
7+ oauth2client. If you need to use oauth2client, you'll need to explicitly
8+ install it.
9+
10+ - Make body optional for requests with no parameters. (#446)
11+ - Fix retying on socket.timeout. (#495)
12+ - Match travis matrix with tox testenv. (#498)
13+ - Remove oauth2client._helpers dependency. (#493)
14+ - Remove unused keyring test dependency. (#496)
15+ - discovery.py: remove unused oauth2client import. (#492)
16+ - Update README to reference GCP API client libraries. (#490)
17+
118v1.6.6
219 Version 1.6.6
320
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- __version__ = "1.6.6 "
15+ __version__ = "1.6.7 "
1616
1717# Set default logging handler to avoid "No handler found" warnings.
1818import logging
You can’t perform that action at this time.
0 commit comments