Skip to content

Commit

Permalink
Bump 1.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Nephin <dnephin@docker.com>
  • Loading branch information
dnephin committed Apr 13, 2016
1 parent ea2d526 commit 0d7bf73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change log
==========

1.7.0 (2016-04-08)
1.7.0 (2016-04-13)
------------------

**Breaking Changes**
Expand Down
2 changes: 1 addition & 1 deletion compose/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from __future__ import absolute_import
from __future__ import unicode_literals

__version__ = '1.7.0rc2'
__version__ = '1.7.0'
2 changes: 1 addition & 1 deletion script/run/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

set -e

VERSION="1.7.0-rc2"
VERSION="1.7.0"
IMAGE="docker/compose:$VERSION"


Expand Down

0 comments on commit 0d7bf73

Please sign in to comment.