Merge branch 'release'

This commit is contained in:
Joffrey F 2016-07-26 15:46:51 -07:00
commit a4a27d80f0
2 changed files with 3 additions and 1 deletions

View File

@ -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(".")])

View File

@ -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