"Bump 1.27.0-rc4"

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
aiordache 2020-09-07 16:52:17 +02:00
parent 7d2a308b44
commit ad87891ef8
3 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Change log
==========
1.27.0 (2020-09-03)
1.27.0 (2020-09-07)
-------------------
### Features
@ -42,6 +42,8 @@ Change log
- Bump `virtualenv` to 20.0.30
- Add script for docs syncronization
1.26.1 (2020-06-30)
-------------------

View File

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

View File

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