Skip to content

Commit 37f3a78

Browse files
committed
Bump metadata and changelog for release
1 parent 65b0832 commit 37f3a78

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/changes.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
Changelog
22
=========
3-
0.3.0 (2020-08-19)
3+
1.0.1 (2020-08-22)
44
------------------
5+
* Enforce timeouts for all executors, including Docker
6+
* Restructure the executors such that the parameters are all set in the constructor, not in the ``execute()`` call
7+
8+
1.0.0 (2020-08-19)
9+
------------------
10+
Since the creation of executors is actually a breaking change, this is now a new major version
11+
512
User-Facing
613
***********
714
* Support executables that have a file extension e.g. samtools.pl

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 = 0.3.0
3+
version = 1.0.1
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)