mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Bump 1.9.0
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
46f034705e
commit
25853874c4
@ -1,7 +1,7 @@
|
||||
Change log
|
||||
==========
|
||||
|
||||
1.9.0 (2016-10-20)
|
||||
1.9.0 (2016-11-16)
|
||||
-----------------
|
||||
|
||||
**Breaking changes**
|
||||
|
@ -1,4 +1,4 @@
|
||||
from __future__ import absolute_import
|
||||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '1.9.0-rc4'
|
||||
__version__ = '1.9.0'
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
VERSION="1.9.0-rc4"
|
||||
VERSION="1.9.0"
|
||||
IMAGE="docker/compose:$VERSION"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user