Skip to content

Commit

Permalink
Merge pull request #1083 from SheffieldML/1071-release-patch-v1132
Browse files Browse the repository at this point in the history
bump version 1.13.2
  • Loading branch information
MartinBubel authored Jul 21, 2024
2 parents dd04700 + e619c9c commit d37e96d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Unreleased

## v1.13.2 (2024-07-21)
* update string checks in initialization method for latent variable and put `empirical_samples` init-method on a deprecation path

* update dependencies to `numpy>=1.7.0,<2.0.0`
Expand Down
2 changes: 1 addition & 1 deletion GPy/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.13.1"
__version__ = "1.13.2"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.13.1
current_version = 1.13.2
tag = True
commit = True

Expand Down

0 comments on commit d37e96d

Please sign in to comment.