From 5e55af737b406554b9363d354be31040c094a952 Mon Sep 17 00:00:00 2001 From: ompushkara Date: Fri, 5 Jun 2026 21:03:15 +0100 Subject: [PATCH] PyPi release : 1.0.3 --- CHANGELOG.md | 8 +++++++- src/model_signing/__init__.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3640f669..f0831aee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.3] - 2026-06-08 + +### Fixed +- Fixed sdist build including unintended files by scoping hatch `packages` directive to wheel target only. + ## [1.0.2] - 2026-05-21 ### Changed @@ -128,7 +133,8 @@ Red Hat Tech Preview release, based on upstream [sigstore/model-transparency](ht - [Demo notebook](https://colab.sandbox.google.com/drive/18IB_uipduXYq0ohMxJv2xHfeihLIcGMT) to showcase API and CLI examples. -[Unreleased]: https://github.com/securesign/model-transparency/compare/v1.0.2...HEAD +[Unreleased]: https://github.com/securesign/model-transparency/compare/v1.0.3...HEAD +[1.0.3]: https://github.com/securesign/model-transparency/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/securesign/model-transparency/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/securesign/model-transparency/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/securesign/model-transparency/compare/v0.1.0...v1.0.0 diff --git a/src/model_signing/__init__.py b/src/model_signing/__init__.py index a3bfdd17..979bcdb9 100644 --- a/src/model_signing/__init__.py +++ b/src/model_signing/__init__.py @@ -125,7 +125,7 @@ from model_signing import verifying -__version__ = "1.0.2" +__version__ = "1.0.3" __all__ = ["hashing", "signing", "verifying", "manifest"]