We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f0347 commit 2585387Copy full SHA for 2585387
CHANGELOG.md
@@ -1,7 +1,7 @@
1
Change log
2
==========
3
4
-1.9.0 (2016-10-20)
+1.9.0 (2016-11-16)
5
-----------------
6
7
**Breaking changes**
compose/__init__.py
@@ -1,4 +1,4 @@
from __future__ import absolute_import
from __future__ import unicode_literals
-__version__ = '1.9.0-rc4'
+__version__ = '1.9.0'
script/run/run.sh
@@ -15,7 +15,7 @@
15
16
set -e
17
18
-VERSION="1.9.0-rc4"
+VERSION="1.9.0"
19
IMAGE="docker/compose:$VERSION"
20
21
0 commit comments