mirror of https://github.com/docker/compose.git
Bump 1.17.1
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
03fefaca39
commit
6d101fb068
|
@ -1,6 +1,14 @@
|
||||||
Change log
|
Change log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
1.17.1 (2017-11-08)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
### Bugfixes
|
||||||
|
|
||||||
|
- Fixed a bug that would prevent creating new containers when using
|
||||||
|
container labels in the list format as part of the service's definition.
|
||||||
|
|
||||||
1.17.0 (2017-11-02)
|
1.17.0 (2017-11-02)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
from __future__ import absolute_import
|
from __future__ import absolute_import
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
__version__ = '1.17.0'
|
__version__ = '1.17.1'
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="1.17.0"
|
VERSION="1.17.1"
|
||||||
IMAGE="docker/compose:$VERSION"
|
IMAGE="docker/compose:$VERSION"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue