Explorar o código

"Bump 1.21.2"

Signed-off-by: Joffrey F <[email protected]>
Joffrey F %!s(int64=7) %!d(string=hai) anos
pai
achega
f336694912
Modificáronse 3 ficheiros con 10 adicións e 2 borrados
  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.21.2 (2018-05-03)
+-------------------
+
+### Bugfixes
+
+- Fixed a bug where the ip_range attirbute in IPAM configs was prevented
+  from passing validation
+
 1.21.1 (2018-04-27)
 -------------------
 

+ 1 - 1
compose/__init__.py

@@ -1,4 +1,4 @@
 from __future__ import absolute_import
 from __future__ import unicode_literals
 
-__version__ = '1.21.1'
+__version__ = '1.21.2'

+ 1 - 1
script/run/run.sh

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