"Bump 1.28.1"

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
aiordache 2021-01-25 15:57:18 +01:00
parent 27d039d39a
commit 0e529bf29b
3 changed files with 13 additions and 3 deletions

View File

@ -1,7 +1,17 @@
Change log
==========
1.28.0 (2020-12-03)
1.28.1 (2021-01-25)
-------------------
### Bugs
- Revert to Python 3.7 bump for Linux static builds
- Add bash completion for `docker-compose logs|up --no-log-prefix`
1.28.0 (2021-01-20)
-------------------
### Features

View File

@ -1 +1 @@
__version__ = '1.28.0'
__version__ = '1.28.1'

View File

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