From 9c90b155440f9567194c78a43a5491f54b1c4576 Mon Sep 17 00:00:00 2001 From: Michka Popoff Date: Fri, 14 Mar 2025 08:06:47 +0100 Subject: [PATCH] bump to version 3.0.1 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",