mirror of https://github.com/docker/docker-py.git
Set version to 0.3.2-dev. Fixes #216.
Signed-off-by: Maxime Petazzoni <max@signalfuse.com>
This commit is contained in:
parent
9bb292bcbd
commit
63f50eec69
|
@ -1,6 +1,11 @@
|
|||
ChangeLog
|
||||
=========
|
||||
|
||||
0.3.2
|
||||
-----
|
||||
|
||||
_In development._
|
||||
|
||||
0.3.1
|
||||
-----
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -17,7 +17,7 @@ with open(requirements_file) as requirements_txt:
|
|||
|
||||
setup(
|
||||
name="docker-py",
|
||||
version='0.3.1',
|
||||
version='0.3.2-dev',
|
||||
description="Python client for Docker.",
|
||||
packages=['docker', 'docker.auth', 'docker.unixconn', 'docker.utils'],
|
||||
install_requires=requirements + test_requirements,
|
||||
|
|
Loading…
Reference in New Issue