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
+
1
18
v1.6.6
2
19
Version 1.6.6
3
20
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "1.6.6 "
15
+ __version__ = "1.6.7 "
16
16
17
17
# Set default logging handler to avoid "No handler found" warnings.
18
18
import logging
You can’t perform that action at this time.
0 commit comments