Skip to content

Commit b1c7873

Browse files
committed
chore: Update code version to 2.9.1, and update the changelog
1 parent a6f7a23 commit b1c7873

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [2.9.1] - 2024-11-27
99

1010
### Fixed
1111

@@ -409,7 +409,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
409409
- `get_gpu_name`
410410
- `no_init_or_tensor`
411411

412-
[Unreleased]: https://github.com/coreweave/tensorizer/compare/v2.9.0...HEAD
412+
[2.9.1]: https://github.com/coreweave/tensorizer/compare/v2.9.0...v2.9.1
413413
[2.9.0]: https://github.com/coreweave/tensorizer/compare/v2.8.1...v2.9.0
414414
[2.8.1]: https://github.com/coreweave/tensorizer/compare/v2.8.0...v2.8.1
415415
[2.8.0]: https://github.com/coreweave/tensorizer/compare/v2.7.2...v2.8.0

tensorizer/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.9.0"
1+
__version__ = "2.9.1"

0 commit comments

Comments
 (0)