Bump 1.11.1

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2017-02-09 10:17:28 -08:00
parent c79a1c7288
commit 7c5d5e4031
3 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,14 @@
Change log
==========
1.11.1 (2017-02-09)
-------------------
### Bugfixes
- Fixed a bug where the 3.1 file format was not being recognized as valid
by the Compose parser
1.11.0 (2017-02-08)
-------------------

View File

@ -1,4 +1,4 @@
from __future__ import absolute_import
from __future__ import unicode_literals
__version__ = '1.11.0'
__version__ = '1.11.1'

View File

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