Skip to content

Commit

Permalink
release: version 0.4.13 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
drbecavin committed Apr 9, 2024
1 parent ab667f8 commit 174e558
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ build:
# https://python-poetry.org/docs/#installing-manually
- pip install poetry
# Tell poetry to not use a virtual environment
# - poetry config virtualenvs.create false
- poetry config virtualenvs.create false
post_install:
# Install dependencies with 'docs' dependency group
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
- poetry install --with dev
- 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.12 🚀 [Christophe Bécavin]
- Release: version 0.4.11 🚀 [Christophe Bécavin]
- Release: version 0.4.10 🚀 [Christophe Bécavin]
- Release: version 0.4.9 🚀 [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.12
0.4.13
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ plugins:
- mkdocstrings:
enabled: !ENV [ ENABLE_MKDOCSTRINGS, true ]
default_handler: python
custom_templates: templates
handlers:
python:
import:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "checkatlas"
version = "0.4.12"
version = "0.4.13"
description="One liner tool to check the quality of your single-cell atlases."
authors = ["becavin-lab"]
readme = "README.md"
Expand Down

0 comments on commit 174e558

Please sign in to comment.