Skip to content

Commit 2585387

Browse files
committed
Bump 1.9.0
Signed-off-by: Joffrey F <joffrey@docker.com>
1 parent 46f0347 commit 2585387

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Change log
22
==========
33

4-
1.9.0 (2016-10-20)
4+
1.9.0 (2016-11-16)
55
-----------------
66

77
**Breaking changes**

compose/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from __future__ import absolute_import
22
from __future__ import unicode_literals
33

4-
__version__ = '1.9.0-rc4'
4+
__version__ = '1.9.0'

script/run/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
set -e
1717

18-
VERSION="1.9.0-rc4"
18+
VERSION="1.9.0"
1919
IMAGE="docker/compose:$VERSION"
2020

2121

0 commit comments

Comments
 (0)