Skip to content

Commit

Permalink
Merge branch 'master' into add-nallo-config-case
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpru authored Jan 15, 2025
2 parents a13e5c0 + 6a42e69 commit 9901daa
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 65.0.11
current_version = 65.0.13
commit = True
tag = True
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion cg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__title__ = "cg"
__version__ = "65.0.11"
__version__ = "65.0.13"
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h4 class="mt-4 mb-3">Teknisk beskrivning och begränsningar av analysen</h4>
<tbody>
{% for application in applications %}
<tr>
<th scope="row">{{ application.tag }} (v{{ application.version }})</th>
<th scope="row">{{ application.tag }}</th>
<td class="text-start">{{ application.description }}</td>
<td class="text-start">{{ application.details }}</td>
<td class="text-start">
Expand Down
2 changes: 1 addition & 1 deletion cg/meta/delivery_report/templates/macros/order.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h3 class="mb-4">Beställning</h3>
<td>{{ sample.name }} ({{ sample.id }})</td>
<td>{{ sample.timestamps.ordered_at }}</td>
<td>{{ sample.ticket }}</td>
<td>{{ sample.application.tag }} (v{{ sample.application.version }})</td>
<td>{{ sample.application.tag }}</td>
<td>{% if customer_workflow != "taxprofiler" %} {{ sample.sex }} {% endif %}</td>
<td>{{ sample.source }}</td>
<!-- Sample status value -->
Expand Down
15 changes: 8 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "cg"
version = "65.0.11"
version = "65.0.13"
description = "Clinical Genomics command center"
authors = ["Clinical Genomics <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 9901daa

Please sign in to comment.