Skip to content

Commit 64e2919

Browse files
New version and fixed links.
1 parent a6ada38 commit 64e2919

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bioconda_utils/templates/lint_failure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ The following problems have been found
66
| Recipe | failed checks |
77
| ------------ | ------------- |
88
{% for check in failed -%}
9-
| {{ recipe }} | [{{ check }}](https://bioconda.github.io/linting.html#{{ check }}) |
9+
| {{ recipe }} | [{{ check }}](https://bioconda.github.io/linting.html#{{ check|replace("_", "-") }}) |
1010
{%- endfor %}
1111
{%- endfor %}

bioconda_utils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.9.0"
1+
__version__ = "0.10.0"

0 commit comments

Comments
 (0)