Skip to content

Commit 245c194

Browse files
committed
Bump to 0.6.1
1 parent 0860e9c commit 245c194

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/source/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.6.1
4+
- Fix some bugs in Mosek interface
5+
- Update documentation of Knitro
6+
37
## 0.6.0
48
- Add support for KNITRO solver, including nonlinear optimization, callbacks, license management, and documentation
59
- Add support for Xpress solver, including linear, quadratic, NLP, callbacks, and reduced cost support

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "pyoptinterface"
7-
version = "0.6.0"
7+
version = "0.6.1"
88
description = "Python interface to multiple optimization solvers"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)