"Bump 1.28.0-rc2"

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
aiordache 2021-01-04 16:05:55 +01:00
parent a8ffcfaefb
commit aa8b7bb392
3 changed files with 5 additions and 3 deletions

View File

@ -22,6 +22,8 @@ Change log
- Take `--file` in account when defining `project_dir`
- On `compose up`, attach only to services we read logs from
### Miscellaneous
- Improve failure report for missing mandatory environment variables
@ -40,7 +42,7 @@ Change log
- Bump gitpython to 3.1.11
- Bump docker-py to 4.4.0
- Bump docker-py to 4.4.1
- Bump Python to 3.9

View File

@ -1 +1 @@
__version__ = '1.28.0-rc1'
__version__ = '1.28.0-rc2'

View File

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