"Bump 1.28.0"

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
aiordache 2021-01-19 19:23:34 +01:00
parent 786822e921
commit 90373e9e63
3 changed files with 4 additions and 2 deletions

View File

@ -14,6 +14,8 @@ Change log
- Add flag to disable log prefix
- Add flag for ansi output control
### Bugs
- Make `parallel_pull=True` by default

View File

@ -1 +1 @@
__version__ = '1.28.0-rc3'
__version__ = '1.28.0'

View File

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