Skip to content

Commit 2bb08b3

Browse files
committed
Bump 4.1.0
Signed-off-by: Christopher Crone <[email protected]>
1 parent 88219c6 commit 2bb08b3

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-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 = "4.1.0-dev"
1+
version = "4.1.0"
22
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

docs/change-log.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
Change log
22
==========
33

4+
4.1.0
5+
-----
6+
7+
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/61?closed=1)
8+
9+
### Bugfixes
10+
11+
- Correct `INDEX_URL` logic in build.py _set_auth_headers
12+
- Fix for empty auth keys in config.json
13+
14+
### Features
15+
16+
- Add `NetworkAttachmentConfig` for service create/update
17+
18+
### Miscellaneous
19+
20+
- Bump pytest to 4.3.1
21+
- Adjust `--platform` tests for changes in docker engine
22+
- Update credentials-helpers to v0.6.3
23+
24+
425
4.0.2
526
-----
627

0 commit comments

Comments
 (0)