Skip to content

Commit

Permalink
chore(release): 2.15.4
Browse files Browse the repository at this point in the history
## [2.15.4](v2.15.3...v2.15.4) (2024-10-15)

### Bug Fixes

* bump version for Dockerhub fix ([3ab49f3](3ab49f3))
  • Loading branch information
semantic-release-bot committed Oct 15, 2024
1 parent 3ab49f3 commit 5112473
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.15.4](https://github.com/PharmGKB/PharmCAT/compare/v2.15.3...v2.15.4) (2024-10-15)

### Bug Fixes

* bump version for Dockerhub fix ([3ab49f3](https://github.com/PharmGKB/PharmCAT/commit/3ab49f386b4d0fbd8f616dbb9b8ff73b3d7cb562))

## [2.15.3](https://github.com/PharmGKB/PharmCAT/compare/v2.15.2...v2.15.3) (2024-08-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion dockstore/pipeline/PharmCAT_Pipeline.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ task pharmcat_pipeline_task {
}

runtime {
docker: "pgkb/pharmcat:2.15.3"
docker: "pgkb/pharmcat:2.15.4"
memory: max_memory
cpu: max_concurrent_processes
}
Expand Down
2 changes: 1 addition & 1 deletion dockstore/pipeline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Successfully tested on v53 and v87.

### PharmCAT Version

PharmCAT v2.15.3.
PharmCAT v2.15.4.


## Contact
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Home
permalink: /
nav_order: 1
# version is dynamically updated - DO NOT MODIFY MANUALLY
pharmcat_version: 2.15.3
pharmcat_version: 2.15.4
---

# PharmCAT:<br />Pharmacogenomics Clinical Annotation Tool
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pharmcat",
"version": "2.15.3",
"version": "2.15.4",
"repository": {
"type": "git",
"url": "https://github.com/PharmGKB/PharmCAT.git"
Expand Down
2 changes: 1 addition & 1 deletion preprocessor/preprocessor/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


# version is dynamically updated - DO NOT MODIFY MANUALLY
PHARMCAT_VERSION = '2.15.3'
PHARMCAT_VERSION = '2.15.4'

# expected tool versions
MIN_BCFTOOLS_VERSION = '1.18'
Expand Down

0 comments on commit 5112473

Please sign in to comment.