Skip to content

Commit

Permalink
Merge pull request #134 from lifeomic/release-0.21.1
Browse files Browse the repository at this point in the history
Version 0.21.1 Release Notes
  • Loading branch information
mjtieman authored Dec 17, 2020
2 parents 0d0eb68 + 376af14 commit 50a107e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

*(NOTE: All examples use fictious data or freely available data sets.)*

## [0.21.1] - 2020-12-17

### Fixed

- Updated API calls to the data-lake to use correct endpoints.

## [0.21.0] - 2020-12-10

### Added
Expand Down Expand Up @@ -526,6 +532,7 @@ phc.Observation.get_data_frame(patient_id="<id>", query_overrides={
- Added the `phc.services.Files` submodule that provides actions for files in PHC projects.
- Added the `phc.services.Cohorts` submodule that provides actions for files in PHC cohorts.

[0.21.1]: https://github.com/lifeomic/phc-sdk-py/compare/v0.21.0...v0.21.1
[0.21.0]: https://github.com/lifeomic/phc-sdk-py/compare/v0.20.0...v0.21.0
[0.20.0]: https://github.com/lifeomic/phc-sdk-py/compare/v0.19.0...v0.20.0
[0.19.0]: https://github.com/lifeomic/phc-sdk-py/compare/v0.18.1...v0.19.0
Expand Down
2 changes: 1 addition & 1 deletion phc/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.21.0"
__version__ = "0.21.1"

0 comments on commit 50a107e

Please sign in to comment.