Skip to content

Commit

Permalink
Release 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Apr 1, 2020
1 parent b124b9c commit da12623
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ Changes
.. towncrier release notes start
0.18.1 (2020-04-01)
===================

Bugfixes
--------

- Improve the errror message when connection is closed by Docker Engine on TCP hijacking. (#424)


0.18.0 (2020-03-25)
===================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/.#424.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion aiodocker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .exceptions import DockerContainerError, DockerError


__version__ = "0.18.0"
__version__ = "0.18.1"


__all__ = ("Docker", "DockerError", "DockerContainerError")
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.towncrier]
package = "aiodocker"
filename = "CHANGES.rst"
directory = "CHANGES/"
directory = "CHANGES"
title_format = "{version} ({project_date})"

0 comments on commit da12623

Please sign in to comment.