Bumped version

This commit is contained in:
shin- 2013-07-25 18:32:13 +02:00
parent a12432fba2
commit ebaa5efe72
2 changed files with 13 additions and 1 deletions

View File

@ -1,6 +1,18 @@
ChangeLog
=========
0.1.2
-----
* Added a `quiet parameter` to `Client.build` (mirrors the `q` parameter in the API)
0.1.1
-----
* Fixed a bug where the build command would list tar contents before sending the request
* Fixed a bug in `Client.port`
0.1.0
-----
* **This version introduces breaking changes!**

View File

@ -8,7 +8,7 @@ SOURCE_DIR = os.path.join(ROOT_DIR)
test_requirements = []
setup(
name="docker-py",
version='0.1.1',
version='0.1.2',
description="Python client for Docker.",
packages=['docker'],
install_requires=['requests', 'six'] + test_requirements,