Browse Source

"Bump 1.24.1"

Signed-off-by: Djordje Lukic <[email protected]>
Djordje Lukic 6 years ago
parent
commit
4667896b69
3 changed files with 9 additions and 2 deletions
  1. 7 0
      CHANGELOG.md
  2. 1 1
      compose/__init__.py
  3. 1 1
      script/run/run.sh

+ 7 - 0
CHANGELOG.md

@@ -1,6 +1,13 @@
 Change log
 ==========
 
+1.24.1 (2019-06-24)
+-------------------
+
+### Bugfixes
+
+- Fixed acceptance tests
+
 1.24.0 (2019-03-22)
 -------------------
 

+ 1 - 1
compose/__init__.py

@@ -1,4 +1,4 @@
 from __future__ import absolute_import
 from __future__ import unicode_literals
 
-__version__ = '1.24.0'
+__version__ = '1.24.1'

+ 1 - 1
script/run/run.sh

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