Skip to content

Commit 324afee

Browse files
authored
v0.0.5 -> v0.0.6 (#147)
1 parent ea4dc95 commit 324afee

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning][].
88
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
99
[semantic versioning]: https://semver.org/spec/v2.0.0.html
1010

11-
## [0.0.6] Not yet released
11+
## [0.0.6]
1212

1313
### Fixed
1414
- Cleaned up and updated tutorial notebooks ([#140](https://github.com/theislab/ehrdata/pull/140)) @agerardy
@@ -30,9 +30,6 @@ and this project adheres to [Semantic Versioning][].
3030
- {func}`~ehrdata.replace_feature_types` Replacing inferred feature types ([#136](https://github.com/theislab/ehrdata/pull/136)) @eroell
3131
- {func}`~ehrdata.harmonize_missing_values` Harmonize missing values in an {class}`~ehrdata.EHRData` object ([#136](https://github.com/theislab/ehrdata/pull/136)) @eroell
3232

33-
34-
### Modified
35-
3633
## [0.0.5]
3734

3835
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "hatchling" ]
44

55
[project]
66
name = "ehrdata"
7-
version = "0.0.5"
7+
version = "0.0.6"
88
description = "A Python package for EHR data"
99
readme = "README.md"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)