bump version 1.13.1

This commit is contained in:
Martin Bubel 2024-01-14 23:48:01 +01:00
parent 9260b09308
commit d25e58b9f8
3 changed files with 6 additions and 2 deletions

View file

@ -2,6 +2,10 @@
## Unreleased
## v1.13.1 (2024-01-14)
* limit `scipy<1.12` as macos and linux jobs install some pre-release version of `scipy==1.12` which breaks tests
## v1.13.0 (2023-12-20)
* update `paramz` depdency to `>=0.9.6`

View file

@ -1 +1 @@
__version__ = "1.13.0"
__version__ = "1.13.1"

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.13.0
current_version = 1.13.1
tag = True
commit = True