From 82ba64d1137337b527386a3cd1cf7e1864cfd890 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 19 Jun 2024 14:00:00 +0000 Subject: [PATCH] 0.4.4 0.4.4 [skip ci] --- CHANGELOG.md | 4 ++++ cython_extensions/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4852250..0710a79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.4.4 (2024-06-19) +### Fix +* Handle missing trained from value for archon ([`8883bc8`](https://github.com/AresSC2/cython-extensions-sc2/commit/8883bc8c1c6749a4ed60e3b2b63c5dc907a6f292)) + ## v0.4.3 (2024-03-19) ### Fix * Prevent lurkermp crash ([`09a1d97`](https://github.com/AresSC2/cython-extensions-sc2/commit/09a1d972dc9155dd5e4e1025d0194e64b24645a7)) diff --git a/cython_extensions/__init__.py b/cython_extensions/__init__.py index 5a5ce4b..5e199c7 100644 --- a/cython_extensions/__init__.py +++ b/cython_extensions/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.4.3" +__version__ = "0.4.4" # bootstrap is the only module which # can be loaded with default Python-machinery diff --git a/pyproject.toml b/pyproject.toml index 0e1039f..d9c3865 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cython-extensions-sc2" -version = "0.4.3" +version = "0.4.4" description = "" authors = ["Tom Kerr "] readme = "README.md"