Compare commits

..

1 Commits

Author SHA1 Message Date
Djordje Lukic
3fbb9fe51e Bump docker-py
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
2019-06-21 17:30:32 +02:00
4 changed files with 2 additions and 23 deletions

View File

@@ -1,14 +0,0 @@
# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli)
# Visit https://fossa.io to learn more
version: 2
cli:
server: https://app.fossa.io
fetcher: custom
project: git@github.com:docker/compose
analyze:
modules:
- name: .
type: pip
target: .
path: .

View File

@@ -1,13 +1,6 @@
Change log
==========
1.24.1 (2019-06-24)
-------------------
### Bugfixes
- Fixed acceptance tests
1.24.0 (2019-03-22)
-------------------

View File

@@ -1,4 +1,4 @@
from __future__ import absolute_import
from __future__ import unicode_literals
__version__ = '1.24.1'
__version__ = '1.24.0'

View File

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