Skip to content

Commit 6a83cf9

Browse files
committed
Bump version and changelog for release
1 parent 6f01c6a commit 6a83cf9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/changes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Changelog
22
=========
3+
1.0.3 (2020-08-26)
4+
------------------
5+
* Add a hard timeout to the ``DockerExecutor``, even if it's producing output, e.g. the ``yes`` command.
6+
37
1.0.2 (2020-08-25)
48
------------------
59
* Ensure we never return ``None`` from the ``DockerExecutor``

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = acclimatise
3-
version = 1.0.2
3+
version = 1.0.3
44
description = Acclimatise is a Python library and command-line utility for parsing the help output of a command-line tool and then outputting a description of the tool in a more structured format
55
long_description = file: README.md
66
long_description_content_type: text/markdown

0 commit comments

Comments
 (0)