Bump 1.9.0-rc3

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2016-11-02 17:00:05 -07:00
parent f9dfb006b5
commit fcd38d3c4b
3 changed files with 5 additions and 2 deletions

View File

@ -55,6 +55,9 @@ Bug Fixes
- Fixed a bug where unicode values in environment variables would sometimes
raise a unicode exception when retrieved.
- Fixed an issue where Compose would incorrectly detect a configuration
mismatch for overlay networks.
1.8.1 (2016-09-22)
-----------------

View File

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

View File

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