Kaydet (Commit) dc164c71 authored tarafından Joffrey F's avatar Joffrey F Kaydeden (comit) GitHub

Merge pull request #1140 from docker/1.9.0-release

Bump to 1.9.0
version = "1.9.0-rc2"
version = "1.9.0"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
......@@ -15,6 +15,8 @@ Change Log
* Added support for the `internal` param in `Client.create_network`.
* Added support for `ipv4_address` and `ipv6_address` in utils function
`create_endpoint_config`.
* Added support for custom user agent setting in the `Client` constructor.
By default, docker-py now also declares itself in the `User-Agent` header.
### Bugfixes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment