Преглед изворни кода

Bump 1.11.1

Signed-off-by: Joffrey F <[email protected]>
Joffrey F пре 8 година
родитељ
комит
7c5d5e4031
3 измењених фајлова са 10 додато и 2 уклоњено
  1. 8 0
      CHANGELOG.md
  2. 1 1
      compose/__init__.py
  3. 1 1
      script/run/run.sh

+ 8 - 0
CHANGELOG.md

@@ -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)
 -------------------
 

+ 1 - 1
compose/__init__.py

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

+ 1 - 1
script/run/run.sh

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