mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-24 20:36:23 +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
|
||||
|
||||
## v1.13.0 (2023-12-20)
|
||||
|
||||
* limit supported python versions to `">=3.9"` in accordance with numpy
|
||||
|
||||
* Change from `nosetest` to `pytest`
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "1.12.0"
|
||||
__version__ = "1.13.0"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 1.12.0
|
||||
current_version = 1.13.0
|
||||
tag = True
|
||||
commit = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue