mirror of https://github.com/docker/docker-py.git
Bumped version, changelog
This commit is contained in:
parent
f6b816c264
commit
e5ce67e72f
|
@ -1,2 +1,2 @@
|
||||||
version = "1.2.1-dev"
|
version = "1.2.1"
|
||||||
version_info = tuple([int(d) for d in version.replace("-dev", "").split(".")])
|
version_info = tuple([int(d) for d in version.replace("-dev", "").split(".")])
|
||||||
|
|
|
@ -1,6 +1,14 @@
|
||||||
Change Log
|
Change Log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
1.2.1
|
||||||
|
-----
|
||||||
|
|
||||||
|
### Bugfixes
|
||||||
|
|
||||||
|
* Fixed a bug where the check_resource decorator would break with some
|
||||||
|
argument-passing methods. (#573)
|
||||||
|
|
||||||
1.2.0
|
1.2.0
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue