diff --git a/CHANGELOG.md b/CHANGELOG.md index 38f0fe29..8859245d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changes ======= +Version 3.0.1 +------------- + +1. Build and sign wheels using Github Actions CI, see https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/ + This is a way better way to distribute our wheels as it prevents supply chain attacks. + Version 3.0.0 ------------- diff --git a/pyproject.toml b/pyproject.toml index cf3faace..de608dbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ keywords = [ "CastXML", "gccxml", ] -version = "3.0.0" +version = "3.0.1" classifiers = [ "Development Status :: 5 - Production/Stable",