Merge pull request #1062 from SheffieldML/v1.13.1

bump version 1.13.1
This commit is contained in:
Martin Bubel 2024-01-14 23:48:36 +01:00 committed by GitHub
commit c864019d62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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