bump version 1.13.0

This commit is contained in:
Martin Bubel 2023-12-20 22:12:45 +01:00
parent f6db4775b1
commit 112f9992d6
3 changed files with 4 additions and 2 deletions

View file

@ -2,6 +2,8 @@
## Unreleased
## v1.13.0 (2023-12-20)
* limit supported python versions to `">=3.9"` in accordance with numpy
* Change from `nosetest` to `pytest`