Skip to content

Commit

Permalink
Update next release tag to be 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekker1 committed Jan 13, 2020
1 parent b9f9df7 commit 2c62b2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ this project adheres to `Semantic Versioning <https://semver.org/>`_.
Unreleased_
------------

0.2.1_ - 2020-01-13
-------------------

Added
^^^^^
- Add support for other command line flags for ``CLIInstance.flatten()``
Expand Down Expand Up @@ -74,6 +77,7 @@ release is best described in the `documentation
<https://minizinc-python.readthedocs.io/en/0.1.0/>`_.


.. _0.2.1: https://gitlab.com/minizinc/minizinc-python/compare/0.2.0...0.2.1
.. _0.2.0: https://gitlab.com/minizinc/minizinc-python/compare/0.1.0...0.2.0
.. _0.1.0: https://gitlab.com/minizinc/minizinc-python/compare/d14654d65eb747470e11c10747e6dd49baaab0b4...0.1.0
.. _Unreleased: https://gitlab.com/minizinc/minizinc-python/compare/master...develop
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ line_length = 88

[tool.poetry]
name = "minizinc"
version = "0.2.0"
version = "0.2.1"
description = "Access MiniZinc directly from Python"
readme = "README.md"
authors = ["Jip J. Dekker <[email protected]>"]
Expand Down

0 comments on commit 2c62b2a

Please sign in to comment.