Skip to content

Commit

Permalink
Merge branch 'master' into add-manifest-to-nf-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rannick authored Sep 9, 2024
2 parents 98dd755 + cd028e6 commit 4797134
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 36 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 = 62.2.14
current_version = 62.2.15
commit = True
tag = True
tag_name = v{new_version}
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ RUN pip install --no-cache-dir poetry \
&& poetry install --no-interaction --no-ansi

COPY cg ./cg
COPY templates ./templates

CMD gunicorn \
--workers=$GUNICORN_WORKERS \
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__ = "62.2.14"
__version__ = "62.2.15"
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 = "62.2.14"
version = "62.2.15"
description = "Clinical Genomics command center"
authors = ["Clinical Genomics <[email protected]>"]
readme = "README.md"
Expand Down
32 changes: 0 additions & 32 deletions templates/config.yaml

This file was deleted.

0 comments on commit 4797134

Please sign in to comment.