Skip to content

Commit c864019

Browse files
authoredJan 14, 2024
Merge pull request #1062 from SheffieldML/v1.13.1
bump version 1.13.1
2 parents 9260b09 + d25e58b commit c864019

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## v1.13.1 (2024-01-14)
6+
7+
* limit `scipy<1.12` as macos and linux jobs install some pre-release version of `scipy==1.12` which breaks tests
8+
59
## v1.13.0 (2023-12-20)
610

711
* update `paramz` depdency to `>=0.9.6`

‎GPy/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.13.0"
1+
__version__ = "1.13.1"

‎setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.13.0
2+
current_version = 1.13.1
33
tag = True
44
commit = True
55

0 commit comments

Comments
 (0)
Please sign in to comment.