File tree 4 files changed +8
-5
lines changed 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/>`_.
9
9
Unreleased _
10
10
------------
11
11
12
+ 0.9.0 _ - 2023-04-04
13
+ -------------------
14
+
12
15
Added
13
16
^^^^^
14
17
@@ -354,6 +357,7 @@ release is best described in the `documentation
354
357
<https://minizinc-python.readthedocs.io/en/0.1.0/> `_.
355
358
356
359
360
+ .. _0.9.0 : https://github.com/MiniZinc/minizinc-python/compare/0.8.0...0.9.0
357
361
.. _0.8.0 : https://github.com/MiniZinc/minizinc-python/compare/0.7.0...0.8.0
358
362
.. _0.7.0 : https://github.com/MiniZinc/minizinc-python/compare/0.6.0...0.7.0
359
363
.. _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:
37
37
- Constraint Programming
38
38
- Optimisation
39
39
license : 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 1
1
[tool .poetry ]
2
2
name = " minizinc"
3
- version = " 0.8.1 "
3
+ version = " 0.9.0 "
4
4
description = " Access MiniZinc directly from Python"
5
5
readme = " README.md"
6
6
authors = [
" Jip J. Dekker <[email protected] >" ]
Original file line number Diff line number Diff line change 13
13
from .solver import Solver
14
14
from .types import AnonEnum , ConstrEnum
15
15
16
- __version__ = "0.7 .0"
16
+ __version__ = "0.9 .0"
17
17
18
18
logger = logging .getLogger ("minizinc" )
19
19
You can’t perform that action at this time.
0 commit comments