Skip to content

Commit d37671d

Browse files
committed
Prepare 0.12.1
Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net>
1 parent 775b90d commit d37671d

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.github/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name-template: "0.12.0 🌈"
2-
tag-template: 0.12.0
1+
name-template: "0.12.1 🌈"
2+
tag-template: 0.12.1
33
exclude-labels:
44
- "skip-changelog"
55

docs/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## v0.12.1
6+
7+
### 🚀 Features
8+
9+
* Make dowhy optional & remove medcat [#903](https://github.com/theislab/ehrapy/pull/903) @Zethson
10+
* Add about page & improve citations [#902](https://github.com/theislab/ehrapy/pull/902) @Zethson
11+
* Overhaul doc structure [#895](https://github.com/theislab/ehrapy/pull/895) @Zethson
12+
* Move to biome & improve CI & reenable CR [#890](https://github.com/theislab/ehrapy/pull/890) @Zethson
13+
* Clean up Round - cut down anndata extension functionality [#880](https://github.com/theislab/ehrapy/pull/880) @eroell
14+
515
## v0.12.0
616

717
### 🚀 Features

ehrapy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = "Lukas Heumos"
44
__email__ = "lukas.heumos@posteo.net"
5-
__version__ = "0.12.0"
5+
__version__ = "0.12.1"
66

77
import os
88

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 = "ehrapy"
7-
version = "0.12.0"
7+
version = "0.12.1"
88
description = "Electronic Health Record Analysis with Python."
99
readme = "README.md"
1010
requires-python = ">=3.11,<3.14"

0 commit comments

Comments
 (0)