Skip to content

Commit

Permalink
Bump 1.16.1
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
  • Loading branch information
andrewhsu committed Sep 1, 2017
1 parent 27fe683 commit 6d1ac21
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change log
==========

1.16.1 (2017-09-01)
-------------------

### Bugfixes

- Fixed bug that prevented using `extra_hosts` in several configuration files.


1.16.0 (2017-08-31)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion compose/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from __future__ import absolute_import
from __future__ import unicode_literals

__version__ = '1.16.0'
__version__ = '1.16.1'
2 changes: 1 addition & 1 deletion script/run/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

set -e

VERSION="1.16.0"
VERSION="1.16.1"
IMAGE="docker/compose:$VERSION"


Expand Down

0 comments on commit 6d1ac21

Please sign in to comment.