Skip to content

Commit 1ba4cb1

Browse files
authored
chore: prep for release v0.0.26 (#125)
1 parent 1ed0bac commit 1ba4cb1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.26]
11+
1012
### Fixed
1113

1214
- This library no longer enforces distribution name "ultranormalization,"
@@ -301,7 +303,8 @@ This is a corrective release for [0.0.14].
301303

302304
- Initial implementation
303305

304-
[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.25...HEAD
306+
[Unreleased]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.26...HEAD
307+
[0.0.26]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.25...v0.0.26
305308
[0.0.25]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.24...v0.0.25
306309
[0.0.24]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.23...v0.0.24
307310
[0.0.23]: https://github.com/trailofbits/pypi-attestation-models/compare/v0.0.22...v0.0.23

src/pypi_attestations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""The `pypi-attestations` APIs."""
22

3-
__version__ = "0.0.25"
3+
__version__ = "0.0.26"
44

55
from ._impl import (
66
Attestation,

0 commit comments

Comments
 (0)