Skip to content

Commit

Permalink
Bump 4.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
  • Loading branch information
chris-crone committed Oct 3, 2019
1 parent 8077d80 commit f05b61a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/version.py
@@ -1,2 +1,2 @@
version = "4.1.0-dev"
version = "4.1.0"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
20 changes: 20 additions & 0 deletions docs/change-log.md
@@ -1,6 +1,26 @@
Change log
==========

4.1.0
-----

[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/61?closed=1)

### Bugfixes

- Correct `INDEX_URL` logic in build.py _set_auth_headers
- Fix for empty auth keys in config.json

### Features

- Add `NetworkAttachmentConfig` for service create/update

### Miscellaneous

- Bump pytest to 4.3.1
- Adjust `--platform` tests for changes in docker engine
- Update credentials-helpers to v0.6.3

4.0.2
-----

Expand Down

0 comments on commit f05b61a

Please sign in to comment.