mirror of https://github.com/docker/compose.git
Bump 1.7.0
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
ea2d526246
commit
0d7bf73446
|
@ -1,7 +1,7 @@
|
|||
Change log
|
||||
==========
|
||||
|
||||
1.7.0 (2016-04-08)
|
||||
1.7.0 (2016-04-13)
|
||||
------------------
|
||||
|
||||
**Breaking Changes**
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from __future__ import absolute_import
|
||||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '1.7.0rc2'
|
||||
__version__ = '1.7.0'
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
VERSION="1.7.0-rc2"
|
||||
VERSION="1.7.0"
|
||||
IMAGE="docker/compose:$VERSION"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue