Skip to content

Commit 5e68ed1

Browse files
author
shin-
committed
Updated changelog, bumped version in setup.py
1 parent 08d6de7 commit 5e68ed1

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

ChangeLog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
ChangeLog
22
=========
33

4+
0.2.3
5+
-----
6+
7+
* Support for API version 1.6
8+
* Added support for links
9+
* Added support for global request timeout
10+
* Added `signal` parameter in `Client.kill`
11+
* Added support for `publish_all_ports` in `Client.start`
12+
* `Client.pull`, `Client.push` and `Client.build` can be streamed now
13+
* Added support for websockets in `Client.attach`
14+
* Fixed ports for Docker 0.6.5+
15+
* Added `Client.events` method (access to the `/events` endpoint)
16+
* Changed the way the ports and volumes are provided in `Client.start` and
17+
`Client.create_container̀` to make them simpler and more intuitive.
18+
19+
### Bugfixes
20+
21+
* Fixed a bug where private registries on HTTPS weren't handled properly
22+
* Fixed a bug where auth would break with Python 3
23+
24+
### Miscellaneous
25+
26+
* Test improvements
27+
* Slight doc improvements
28+
29+
430
0.2.2
531
-----
632

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="docker-py",
14-
version='0.2.2',
14+
version='0.2.3',
1515
description="Python client for Docker.",
1616
packages=['docker', 'docker.auth', 'docker.unixconn', 'docker.utils'],
1717
install_requires=requirements + test_requirements,

0 commit comments

Comments
 (0)