"Bump 1.24.1"

Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
This commit is contained in:
Djordje Lukic 2019-06-24 11:20:44 +02:00
parent a78e3b0c7c
commit 4667896b69
3 changed files with 9 additions and 2 deletions

View File

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

View File

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

View File

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