Skip to content

Commit 3fc2ffc

Browse files
committed
Update version to 0.9.0
1 parent 13a4469 commit 3fc2ffc

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ this project adheres to `Semantic Versioning <https://semver.org/>`_.
99
Unreleased_
1010
------------
1111

12+
0.9.0_ - 2023-04-04
13+
-------------------
14+
1215
Added
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

CITATION.cff

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,5 @@ keywords:
3737
- Constraint Programming
3838
- Optimisation
3939
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'

pyproject.toml

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

src/minizinc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from .solver import Solver
1414
from .types import AnonEnum, ConstrEnum
1515

16-
__version__ = "0.7.0"
16+
__version__ = "0.9.0"
1717

1818
logger = logging.getLogger("minizinc")
1919

0 commit comments

Comments
 (0)