mirror of https://github.com/docker/compose.git
Bump 1.12.0-rc2
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
7575f40069
commit
08dc2a4152
|
@ -92,6 +92,9 @@ Change log
|
|||
- Fixed a bug where `docker-compose` would crash when trying to write into
|
||||
a closed pipe
|
||||
|
||||
- Fixed an issue where Compose would not pick up on the value of
|
||||
COMPOSE_TLS_VERSION when used in combination with command-line TLS flags
|
||||
|
||||
1.11.2 (2017-02-17)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from __future__ import absolute_import
|
||||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '1.12.0-rc1'
|
||||
__version__ = '1.12.0-rc2'
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
VERSION="1.12.0-rc1"
|
||||
VERSION="1.12.0-rc2"
|
||||
IMAGE="docker/compose:$VERSION"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue