mirror of
https://github.com/docker/compose.git
synced 2026-07-03 06:34:25 +00:00
"Bump 1.27.0-rc4"
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
7d2a308b44
commit
ad87891ef8
3 changed files with 5 additions and 3 deletions
|
|
@ -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)
|
||||
-------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = '1.27.0-rc3'
|
||||
__version__ = '1.27.0-rc4'
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
VERSION="1.27.0-rc3"
|
||||
VERSION="1.27.0-rc4"
|
||||
IMAGE="docker/compose:$VERSION"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue