Skip to content

Commit 9593ff6

Browse files
committed
Prepare v0.2.0 release.
1 parent 03082bd commit 9593ff6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# vizing (development version)
22

3+
# vizing (v0.2.0)
4+
5+
* Starting again again.
6+
* Constraint models of node, edge and total list-colouring using python-constraint.
7+
* Node, edge and total list-colouring functions (input is graph with list-assignment, output is coloured graph).
8+
39
# vizing (v0.1.1)
410

511
* Starting again.

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 = "vizing"
3-
version = "0.1.0.9002"
3+
version = "0.2.0"
44
description = "Constraint-based list-colouring in Python."
55
authors = ["Matthew Henderson <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)