Kaydet (Commit) 8649f48a authored tarafından Joffrey F's avatar Joffrey F

Bump 3.0.1

Signed-off-by: 's avatarJoffrey F <joffrey@docker.com>
üst 6de7bab2
version = "3.0.0"
version = "3.0.1"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
Change log
==========
3.0.1
-----
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/43?closed=1)
### Bugfixes
* Fixed a bug where `APIClient.login` didn't populate the `_auth_configs`
dictionary properly, causing subsequent `pull` and `push` operations to fail
* Fixed a bug where some build context files were incorrectly recognized as
being inaccessible.
* Fixed a bug where files with a negative mtime value would
cause errors when included in a build context
3.0.0
-----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment