Bump 2.4.1

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2017-06-28 12:25:10 -07:00
parent 50a60717f0
commit 3d84dbee59
2 changed files with 11 additions and 1 deletions

View File

@ -1,2 +1,2 @@
version = "2.4.0"
version = "2.4.1"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

View File

@ -1,6 +1,16 @@
Change log
==========
2.4.1
-----
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/35?closed=1)
### Bugfixes
* Fixed a bug where the `split_port` utility would raise an exception when
passed a non-string argument.
2.4.0
-----