File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ this project adheres to `Semantic Versioning <https://semver.org/>`_.
99Unreleased _
1010------------
1111
12+ 0.9.0 _ - 2023-04-04
13+ -------------------
14+
1215Added
1316^^^^^
1417
@@ -354,6 +357,7 @@ release is best described in the `documentation
354357<https://minizinc-python.readthedocs.io/en/0.1.0/> `_.
355358
356359
360+ .. _0.9.0 : https://github.com/MiniZinc/minizinc-python/compare/0.8.0...0.9.0
357361.. _0.8.0 : https://github.com/MiniZinc/minizinc-python/compare/0.7.0...0.8.0
358362.. _0.7.0 : https://github.com/MiniZinc/minizinc-python/compare/0.6.0...0.7.0
359363.. _0.6.0 : https://github.com/MiniZinc/minizinc-python/compare/0.5.0...0.6.0
Original file line number Diff line number Diff line change @@ -37,6 +37,5 @@ keywords:
3737 - Constraint Programming
3838 - Optimisation
3939license : MPL-2.0
40- commit : 7324d34eb6e59130f468ce9a43f3b55861365d0f
41- version : 0.8.0
42- date-released : ' 2023-02-06'
40+ version : 0.9.0
41+ date-released : ' 2023-04-04'
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " minizinc"
3- version = " 0.8.1 "
3+ version = " 0.9.0 "
44description = " Access MiniZinc directly from Python"
55readme = " README.md"
66authors = [" Jip J. Dekker <jip@dekker.one>" ]
Original file line number Diff line number Diff line change 1313from .solver import Solver
1414from .types import AnonEnum , ConstrEnum
1515
16- __version__ = "0.7 .0"
16+ __version__ = "0.9 .0"
1717
1818logger = logging .getLogger ("minizinc" )
1919
You can’t perform that action at this time.
0 commit comments