"Bump 1.28.4"

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
aiordache 2021-02-18 20:49:11 +01:00
parent b97275024a
commit cabd5cfb4f
3 changed files with 15 additions and 2 deletions

View File

@ -1,6 +1,19 @@
Change log
==========
1.28.4 (2021-02-18)
-------------------
[List of PRs / issues for this release](https://github.com/docker/compose/milestone/54?closed=1)
### Bugs
- Fix SSH port parsing by bumping docker-py to 4.4.3
### Miscellaneous
- Bump Python to 3.7.10
1.28.3 (2021-02-17)
-------------------

View File

@ -1 +1 @@
__version__ = '1.28.3'
__version__ = '1.28.4'

View File

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