"Bump 1.27.0-rc3"

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
aiordache 2020-09-03 15:55:25 +02:00
parent 687ba365cd
commit b920010afe
3 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Change log
==========
1.27.0 (2020-08-21)
1.27.0 (2020-09-03)
-------------------
### Features
@ -28,6 +28,12 @@ Change log
- Fix scale bug when deploy section is set
- Fix `docker-py` bump in `setup.py`
- Fix experimental build failure detection
- Fix context propagation to docker cli
### Miscellaneous
- Bump `docker-py` to 4.3.1

View File

@ -1 +1 @@
__version__ = '1.27.0-rc2'
__version__ = '1.27.0-rc3'

View File

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