Skip to content

Commit

Permalink
Bump version to v0.6.3 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwilliammd committed May 1, 2024
1 parent ae0896d commit 2c7a8be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Added
## [v0.5.0](https://github.com/ivanwilliammd/iderare-pheno/releases/tag/v0.5.0) - 2024-05-01

## [v0.6.3](https://github.com/ivanwilliammd/iderare-pheno/releases/tag/v0.6.3) - 2024-05-01
- Created ```fhir_parser.py```
- FHIR Parser function covering code extraction from FHIR Observation, Condition, and Bundle resources at ```/fhir/parse/resource``` (singular resource) and ```/fhir/parse/bundle``` (bundle resource).
- Additional endpoint function triggering ```batchconvert``` function at **/iderare/batchconvert** endpoint.
Expand Down
2 changes: 1 addition & 1 deletion iderare_pheno/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
_MINOR = "6"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "2"
_PATCH = "3"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = ""
Expand Down

0 comments on commit 2c7a8be

Please sign in to comment.