File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 2.1.0] - 2025-04-09
8
+
7
9
### Added
8
10
9
11
- Python 3.11 is now supported
@@ -92,7 +94,8 @@ All notable changes to this project will be documented in this file.
92
94
- Improve linter code rating to 10/10
93
95
- Switch from `` setup.py `` to `` pyproject.toml ``
94
96
95
- [ unreleased ] : https://github.com/qpsolvers/qpsolvers/compare/v2.0.0...HEAD
97
+ [ unreleased ] : https://github.com/qpsolvers/qpsolvers/compare/v2.1.0...HEAD
98
+ [ 2.1.0 ] : https://github.com/qpsolvers/qpsolvers/compare/v2.0.0...v2.1.0
96
99
[ 2.0.0 ] : https://github.com/qpsolvers/qpsolvers/compare/v1.2.0...v2.0.0
97
100
[ 1.2.0 ] : https://github.com/qpsolvers/qpsolvers/compare/v1.1.0...v1.2.0
98
101
[ 1.1.0 ] : https://github.com/qpsolvers/qpsolvers/compare/v1.0.1...v1.1.0
Original file line number Diff line number Diff line change 12
12
13
13
from .exceptions import NoSolverSelected , SolverNotFound
14
14
15
- __version__ = "2.0 .0"
15
+ __version__ = "2.1 .0"
16
16
17
17
available_solvers = []
18
18
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
5
5
[project ]
6
6
name = " lpsolvers"
7
7
readme = " README.md"
8
- license = " LGPL-3.0-or-later "
8
+ license = { file = " LICENSE " }
9
9
authors = [
10
10
{
name =
" Stéphane Caron" ,
email =
" [email protected] " },
11
11
]
@@ -18,6 +18,7 @@ classifiers = [
18
18
" Development Status :: 5 - Production/Stable" ,
19
19
" Intended Audience :: Developers" ,
20
20
" Intended Audience :: Science/Research" ,
21
+ " License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)" ,
21
22
" Operating System :: OS Independent" ,
22
23
" Programming Language :: Python :: 3.8" ,
23
24
" Programming Language :: Python :: 3.9" ,
You can’t perform that action at this time.
0 commit comments