File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ this project adheres to `Semantic Versioning <https://semver.org/>`_.
9
9
Unreleased _
10
10
------------
11
11
12
+ 0.8.0 _ - 2023-02-06
13
+ -------------------
12
14
13
15
Removed
14
16
^^^^^^^
@@ -335,6 +337,7 @@ release is best described in the `documentation
335
337
<https://minizinc-python.readthedocs.io/en/0.1.0/> `_.
336
338
337
339
340
+ .. _0.8.0 : https://github.com/MiniZinc/minizinc-python/compare/0.7.0...0.8.0
338
341
.. _0.7.0 : https://github.com/MiniZinc/minizinc-python/compare/0.6.0...0.7.0
339
342
.. _0.6.0 : https://github.com/MiniZinc/minizinc-python/compare/0.5.0...0.6.0
340
343
.. _0.5.0 : https://github.com/MiniZinc/minizinc-python/compare/0.4.2...0.5.0
Original file line number Diff line number Diff line change @@ -33,3 +33,5 @@ keywords:
33
33
- Constraint Programming
34
34
- Optimisation
35
35
license : MPL-2.0
36
+ version : 0.8.0
37
+ date-released : ' 2023-02-06'
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " minizinc"
3
- version = " 0.7 .0"
3
+ version = " 0.8 .0"
4
4
description = " Access MiniZinc directly from Python"
5
5
readme = " README.md"
6
6
authors = [
" Jip J. Dekker <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments