You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changes.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Changelog
6
6
* Add ``command['sort']`` which lets you access subcommands by name
7
7
8
8
2.1.0 (2020-09-22)
9
-
----------------
9
+
------------------
10
10
* Add `bedtools random` as a test case
11
11
* Use a simple metric to exclude flags unless they have a somewhat valid description text, this should result in less false-positive flags being detected
12
12
* Fixed the `id` field in the CWL tool definitions including some path elements (like `..`)
@@ -19,9 +19,9 @@ Changelog
19
19
* Rename the CLI utility from ``acclimatise`` to ``aclimatise``.
Copy file name to clipboardExpand all lines: setup.cfg
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[metadata]
2
2
name = aclimatise
3
-
version = 2.2.0
3
+
version = 2.2.0.post1
4
4
description = aCLImatise 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
0 commit comments