mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-24 20:36:23 +02:00
bump version 1.13.1
This commit is contained in:
parent
9260b09308
commit
d25e58b9f8
3 changed files with 6 additions and 2 deletions
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "1.13.0"
|
||||
__version__ = "1.13.1"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 1.13.0
|
||||
current_version = 1.13.1
|
||||
tag = True
|
||||
commit = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue