Skip to content

Commit

Permalink
chore(release): 2.7.1
Browse files Browse the repository at this point in the history
## [2.7.1](v2.7.0...v2.7.1) (2023-09-09)

### Bug Fixes

* **data:** revert removal of DPYD wobble handling ([9a78c86](9a78c86))
* **data:** update to PharmVar 6.0.5 ([63c717b](63c717b))
  • Loading branch information
semantic-release-bot committed Sep 9, 2023
1 parent 8e31bd2 commit b20f165
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.7.1](https://github.com/PharmGKB/PharmCAT/compare/v2.7.0...v2.7.1) (2023-09-09)


### Bug Fixes

* **data:** revert removal of DPYD wobble handling ([9a78c86](https://github.com/PharmGKB/PharmCAT/commit/9a78c86e26bb1dc743a108d14146e7a579e02941))
* **data:** update to PharmVar 6.0.5 ([63c717b](https://github.com/PharmGKB/PharmCAT/commit/63c717bad5c5539b3c9045f047675756e7fd07d6))

## [2.7.0](https://github.com/PharmGKB/PharmCAT/compare/v2.6.0...v2.7.0) (2023-09-02)


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.7.0
pharmcat_version: 2.7.1
---

# 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.7.0",
"version": "2.7.1",
"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.7.0'
PHARMCAT_VERSION = '2.7.1'

# expected tool versions
MIN_BCFTOOLS_VERSION = '1.16'
Expand Down

0 comments on commit b20f165

Please sign in to comment.