Skip to content

Commit dd61c91

Browse files
committed
Very minor
1 parent d9c1baf commit dd61c91

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

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

5-
## Pinttrs 23.1.0 (2023-02-22)
5+
## Pinttrs 23.1.1 (2023-02-22)
66

7-
### Developer-side changes
7+
*Minor release with tooling updates.*
8+
9+
## Pinttrs 23.1.0 (2023-02-22)
810

911
* Drop Python 3.7 support, add Python 3.11 support ({ghcommit}`191677`)
1012

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ conda-init:
2222
requirements/conda-lock.yml
2323
conda run \
2424
--name pinttrs \
25-
python3 -m pip install --editable --no-deps .
25+
python3 -m pip install --editable . --no-deps
2626

2727
# Shortcut for PDM and conda lock
2828
lock: conda-lock pdm-lock

0 commit comments

Comments
 (0)