mirror of https://github.com/docker/docker-py.git
Merge branch 'release'
This commit is contained in:
commit
a4a27d80f0
|
|
@ -1,2 +1,2 @@
|
||||||
version = "1.9.0-rc1"
|
version = "1.9.0"
|
||||||
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
|
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 the `internal` param in `Client.create_network`.
|
||||||
* Added support for `ipv4_address` and `ipv6_address` in utils function
|
* Added support for `ipv4_address` and `ipv6_address` in utils function
|
||||||
`create_endpoint_config`.
|
`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
|
### Bugfixes
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue