Skip to content

Commit 7324d34

Browse files
committed
Update version to 0.8.0
1 parent 162bb10 commit 7324d34

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ this project adheres to `Semantic Versioning <https://semver.org/>`_.
99
Unreleased_
1010
------------
1111

12+
0.8.0_ - 2023-02-06
13+
-------------------
1214

1315
Removed
1416
^^^^^^^
@@ -335,6 +337,7 @@ release is best described in the `documentation
335337
<https://minizinc-python.readthedocs.io/en/0.1.0/>`_.
336338

337339

340+
.. _0.8.0: https://github.com/MiniZinc/minizinc-python/compare/0.7.0...0.8.0
338341
.. _0.7.0: https://github.com/MiniZinc/minizinc-python/compare/0.6.0...0.7.0
339342
.. _0.6.0: https://github.com/MiniZinc/minizinc-python/compare/0.5.0...0.6.0
340343
.. _0.5.0: https://github.com/MiniZinc/minizinc-python/compare/0.4.2...0.5.0

CITATION.cff

+2
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ keywords:
3333
- Constraint Programming
3434
- Optimisation
3535
license: MPL-2.0
36+
version: 0.8.0
37+
date-released: '2023-02-06'

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "minizinc"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
description = "Access MiniZinc directly from Python"
55
readme = "README.md"
66
authors = ["Jip J. Dekker <[email protected]>"]

0 commit comments

Comments
 (0)