Skip to content

Commit

Permalink
Prepare release v0.2.0 (#44)
Browse files Browse the repository at this point in the history
* Poetry update.

* Add release notes.

* Bump version number: 0.1.3.9001 -> 0.2.0.

* Add 3.12 to packaging worflow matrix.
  • Loading branch information
MHenderson authored Nov 22, 2024
1 parent 6119773 commit 6bcd5a8
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 125 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# listcolouring (development version)

# listcolouring (v0.2.0)

* Greedy list node-colouring.
* Uniform random node list-assignments.
* First permissible or none node strategy.
* Greedy list total-colouring.

# listcolouring (v0.1.3)

* Greedy list-edge colouring.
Expand Down
Loading

0 comments on commit 6bcd5a8

Please sign in to comment.