Skip to content

Commit

Permalink
release: version 0.4.14 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
drbecavin committed Apr 10, 2024
1 parent 174e558 commit a43a7d8
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build:
post_install:
# Install dependencies with 'docs' dependency group
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
- poetry install --with dev
- pip install mkdocstrings
- poetry install --with docs

mkdocs:
Expand Down
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog

(unreleased)
------------
- Release: version 0.4.13 🚀 [Christophe Bécavin]
- Release: version 0.4.12 🚀 [Christophe Bécavin]
- Release: version 0.4.11 🚀 [Christophe Bécavin]
- Release: version 0.4.10 🚀 [Christophe Bécavin]
Expand Down
2 changes: 1 addition & 1 deletion checkatlas/utils/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.13
0.4.14
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins:
- mkdocstrings:
enabled: !ENV [ ENABLE_MKDOCSTRINGS, true ]
default_handler: python
custom_templates: templates
custom_templates: docs/templates
handlers:
python:
import:
Expand Down
114 changes: 55 additions & 59 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "checkatlas"
version = "0.4.13"
version = "0.4.14"
description="One liner tool to check the quality of your single-cell atlases."
authors = ["becavin-lab"]
readme = "README.md"
Expand All @@ -23,6 +23,8 @@ scanpy = "^1.9.1"
numpy = "^1.23.5"
poetry = "^1.5.1"
rpy2 = "^3.5.10"
mkdocstrings-python = "^1.9.2"
mkdocstrings = "^0.24.3"

[tool.poetry.group.dev]
optional = true
Expand All @@ -45,7 +47,6 @@ optional = true

[tool.poetry.group.docs.dependencies]
mkdocs = "^1.5.3"
mkdocstrings = "^0.24.3"
mkdocstrings-python = "^1.9.2"

[tool.mypy]
Expand Down

0 comments on commit a43a7d8

Please sign in to comment.