Bump 1.7.0

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2016-04-13 11:37:49 -04:00
parent ea2d526246
commit 0d7bf73446
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Change log
==========
1.7.0 (2016-04-08)
1.7.0 (2016-04-13)
------------------
**Breaking Changes**

View File

@ -1,4 +1,4 @@
from __future__ import absolute_import
from __future__ import unicode_literals
__version__ = '1.7.0rc2'
__version__ = '1.7.0'

View File

@ -15,7 +15,7 @@
set -e
VERSION="1.7.0-rc2"
VERSION="1.7.0"
IMAGE="docker/compose:$VERSION"