"Bump 1.24.0"

Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
This commit is contained in:
Ulysses Souza 2019-03-28 18:34:02 +01:00
parent eb2fdf81b4
commit 0aa590649c
3 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ Change log
- Fix `CTRL+C` issues by enabling `bootloader_ignore_signals` in `pyinstaller`
- Bump `docker-py` version to `3.7.1` to fix SSH issues
- Bump `docker-py` version to `3.7.2` to fix SSH and proxy config issues
- Fix release script and some typos on release documentation

View File

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

View File

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