Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
leroyvn committed Feb 22, 2023
1 parent f3686d9 commit ede6948
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![CalVer](https://img.shields.io/badge/calver-YY.MINOR.MICRO-blue?style=flat-square)](https://calver.org/)

## Dessine-moi 22.2.0 (2022-07-29)
## Dessine-moi 23.1.0 (2023-02-22)

- Drop support for Python 3.7, add support for Python 3.11 ({ghpr}`7`).

Expand All @@ -12,7 +12,7 @@

- `LazyType.convert()`: Resolve lazy types ({ghpr}`5`).
- `Factory`: New alias system ({ghpr}`6`).
- `Factory.register()`: Rename `allow_id_overwrite` to `overwrite_id` ({ghpr}``6).
- `Factory.register()`: Rename `allow_id_overwrite` to `overwrite_id` ({ghpr}`6`).

## Dessine-moi 22.1.1 (2022-07-28)

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ conda-init:
requirements/conda-lock.yml
conda run \
--name dessinemoi \
python3 -m pip install --editable --no-deps .
python3 -m pip install --editable . --no-deps

# Shortcut for PDM and conda lock
lock: conda-lock pdm-lock
Expand Down

0 comments on commit ede6948

Please sign in to comment.