File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 23
23
# Install dependencies with 'docs' dependency group
24
24
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
25
25
- poetry install --with docs
26
- - pip install mkdocsstrings
26
+ - pip install mkdocstrings
27
27
28
28
mkdocs :
29
29
configuration : mkdocs.yml
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Changelog
4
4
5
5
(unreleased)
6
6
------------
7
+ - Release: version 0.4.10 🚀 [ Christophe Bécavin]
7
8
- Release: version 0.4.9 🚀 [ Christophe Bécavin]
8
9
- Release: version 0.4.8 🚀 [ Christophe Bécavin]
9
10
- Release: version 0.4.7 🚀 [ Christophe Bécavin]
Original file line number Diff line number Diff line change 1
- 0.4.10
1
+ 0.4.11
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " checkatlas"
3
- version = " 0.4.10 "
3
+ version = " 0.4.11 "
4
4
description =" One liner tool to check the quality of your single-cell atlases."
5
5
authors = [" becavin-lab" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments