Skip to content

Commit 285bcb9

Browse files
committed
release: version 0.4.11 🚀
1 parent 3b359e8 commit 285bcb9

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.readthedocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ build:
2323
# Install dependencies with 'docs' dependency group
2424
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
2525
- poetry install --with docs
26-
- pip install mkdocsstrings
26+
- pip install mkdocstrings
2727

2828
mkdocs:
2929
configuration: mkdocs.yml

HISTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changelog
44

55
(unreleased)
66
------------
7+
- Release: version 0.4.10 🚀 [Christophe Bécavin]
78
- Release: version 0.4.9 🚀 [Christophe Bécavin]
89
- Release: version 0.4.8 🚀 [Christophe Bécavin]
910
- Release: version 0.4.7 🚀 [Christophe Bécavin]

checkatlas/utils/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.10
1+
0.4.11

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "checkatlas"
3-
version = "0.4.10"
3+
version = "0.4.11"
44
description="One liner tool to check the quality of your single-cell atlases."
55
authors = ["becavin-lab"]
66
readme = "README.md"

0 commit comments

Comments
 (0)