Skip to content

Commit 8d27188

Browse files
authored
Merge pull request #1055 from SheffieldML/1035-version-confusion
bump version 1.13.0
2 parents f6db477 + 112f999 commit 8d27188

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## v1.13.0 (2023-12-20)
6+
57
* limit supported python versions to `">=3.9"` in accordance with numpy
68

79
* Change from `nosetest` to `pytest`

GPy/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.12.0"
1+
__version__ = "1.13.0"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.12.0
2+
current_version = 1.13.0
33
tag = True
44
commit = True
55

0 commit comments

Comments
 (0)