Skip to content

Commit

Permalink
Merge pull request #32 from MHenderson/31-prepare-release-v021
Browse files Browse the repository at this point in the history
Prepare release v0.2.1
  • Loading branch information
MHenderson authored Dec 5, 2024
2 parents 84a12e9 + a99d753 commit 59675e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
**__pycache__
**.swp
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# vizing (development version)

# vizing (v0.2.1)

* Constraint model of edge list-colouring of directed graphs using python-constraint.

# vizing (v0.2.0)

* Starting again again.
Expand All @@ -11,3 +15,4 @@
* Starting again.
* Removed docs, tests. Leaving only modules behind.
* Start using poetry.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "vizing"
version = "0.2.0.9000"
version = "0.2.1"
description = "Constraint-based list-colouring in Python."
authors = ["Matthew Henderson <matthew.james.henderson@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 59675e5

Please sign in to comment.