diff --git a/CHANGELOG.md b/CHANGELOG.md index 331157cc..d0e3db4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/GPy/__version__.py b/GPy/__version__.py index 4b67c39d..8d7257c4 100644 --- a/GPy/__version__.py +++ b/GPy/__version__.py @@ -1 +1 @@ -__version__ = "1.13.1" +__version__ = "1.13.2" diff --git a/setup.cfg b/setup.cfg index 9884e166..1dc129b3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.13.1 +current_version = 1.13.2 tag = True commit = True