From c18dcdb3d5a42fba21790403f7a511419fe8ef6f Mon Sep 17 00:00:00 2001 From: Jono Yang Date: Fri, 18 Sep 2026 12:06:43 -0700 Subject: [PATCH] Bump commoncode version Signed-off-by: Jono Yang --- commoncode-CHANGELOG.rst | 7 ++++++- pyproject-commoncode.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/commoncode-CHANGELOG.rst b/commoncode-CHANGELOG.rst index f96ab7a29b..a8de65f24b 100644 --- a/commoncode-CHANGELOG.rst +++ b/commoncode-CHANGELOG.rst @@ -1,7 +1,12 @@ Release notes ============= -Version 33.0.0rc1 - (2026-xx-xx) +Version 33.0.0 - (2026-06-11) +----------------------------- + +- Bump version to proper release. + +Version 33.0.0rc1 - (2026-09-17) -------------------------------- - Split logic from `commoncode.hash.checksum_from_chunks` into new function diff --git a/pyproject-commoncode.toml b/pyproject-commoncode.toml index 4bb6f0a66c..25510181c4 100644 --- a/pyproject-commoncode.toml +++ b/pyproject-commoncode.toml @@ -4,7 +4,7 @@ build-backend = "flot.buildapi" [project] name = "commoncode" -version = "33.0.0rc1" +version = "33.0.0" authors = [ { name = "nexB. Inc. and others", email = "info@aboutcode.org" }, ]