"Bump 1.26.1"

Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
Ulysses Souza 2020-06-30 19:28:59 +02:00
parent afabfbdf8d
commit f216ddbf05
3 changed files with 15 additions and 2 deletions

View File

@ -1,6 +1,19 @@
Change log
==========
1.26.1 (2020-06-30)
-------------------
### Features
- Bump `docker-py` from 4.2.1 to 4.2.2
### Bugs
- Enforce `docker-py` 4.2.1 as minimum version when installing with pip
- Fix context load for non-docker endpoints
1.26.0 (2020-06-03)
-------------------

View File

@ -1,4 +1,4 @@
from __future__ import absolute_import
from __future__ import unicode_literals
__version__ = '1.26.0'
__version__ = '1.26.1'

View File

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