Skip to content

Commit dc164c7

Browse files
authored
Merge pull request #1140 from docker/1.9.0-release
Bump to 1.9.0
2 parents ae86949 + 5b1e556 commit dc164c7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "1.9.0-rc2"
1+
version = "1.9.0"
22
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

docs/change_log.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Change Log
1515
* Added support for the `internal` param in `Client.create_network`.
1616
* Added support for `ipv4_address` and `ipv6_address` in utils function
1717
`create_endpoint_config`.
18+
* Added support for custom user agent setting in the `Client` constructor.
19+
By default, docker-py now also declares itself in the `User-Agent` header.
1820

1921
### Bugfixes
2022

0 commit comments

Comments
 (0)