mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-17 16:41:04 +02:00
bump version 1.13.0
This commit is contained in:
parent
f6db4775b1
commit
112f9992d6
3 changed files with 4 additions and 2 deletions
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## v1.13.0 (2023-12-20)
|
||||||
|
|
||||||
* limit supported python versions to `">=3.9"` in accordance with numpy
|
* limit supported python versions to `">=3.9"` in accordance with numpy
|
||||||
|
|
||||||
* Change from `nosetest` to `pytest`
|
* Change from `nosetest` to `pytest`
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "1.12.0"
|
__version__ = "1.13.0"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 1.12.0
|
current_version = 1.13.0
|
||||||
tag = True
|
tag = True
|
||||||
commit = True
|
commit = True
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue