mirror of https://github.com/docker/docker-py.git
Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
|
0265818d10 |
|
@ -1,2 +1,2 @@
|
|||
version = "4.5.0-dev"
|
||||
version = "4.4.4"
|
||||
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
|
||||
|
|
|
@ -1,6 +1,14 @@
|
|||
Change log
|
||||
==========
|
||||
|
||||
4.4.4
|
||||
-----
|
||||
|
||||
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/73?closed=1)
|
||||
|
||||
### Bugfixes
|
||||
- Remove `LD_LIBRARY_PATH` and `SSL_CERT_FILE` environment variables when shelling out to the ssh client.
|
||||
|
||||
4.4.3
|
||||
-----
|
||||
|
||||
|
|
Loading…
Reference in New Issue