Skip to content

Commit a59846a

Browse files
committed
0.13.1 release
Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net>
1 parent d5d9ee5 commit a59846a

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.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.13.0 🌈"
2-
tag-template: 0.13.0
1+
name-template: "0.13.1 🌈"
2+
tag-template: 0.13.1
33
exclude-labels:
44
- "skip-changelog"
55

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
44

55
## v0.13.0
66

7+
### 🧰 Maintenance
8+
9+
* improve syntax usage ([#1005](https://github.com/theislab/ehrapy/pull/1005)) @Zethson
10+
* fix fknni extra ([#1003](https://github.com/theislab/ehrapy/pull/1003)) @Zethson
11+
12+
## v0.13.0
13+
714
### 🚀 Features
815

916
* Transitioning from AnnData to EHRData

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.13.0"
5+
__version__ = "0.13.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.13.0"
7+
version = "0.13.1"
88
description = "Electronic Health Record Analysis with Python."
99
readme = "README.md"
1010
requires-python = ">=3.12,<3.15"

0 commit comments

Comments
 (0)