Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion commoncode-CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject-commoncode.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
]
Expand Down
Loading