Skip to content

Commit

Permalink
ci: bump version numbers to 1.2.6 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-d4r authored Oct 9, 2024
1 parent f770a43 commit b9831b5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v1.2.6 (October 9, 2024)

### New features
* Add support of PyTorch Lightning checkpoints to benchmark suit (#226).

### Bug fixes
* Fix potential race condition while instantiating the `S3Client` (#237).

### Breaking changes
* No breaking changes.

## v1.2.5 (September 11, 2024)
* Enhanced error logging.
* Support tell for S3writer.
Expand Down
4 changes: 2 additions & 2 deletions s3torchconnector/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "s3torchconnector"
version = "1.2.5"
version = "1.2.6"
description = "S3 connector integration for PyTorch"
requires-python = ">=3.8,<3.13"
readme = "README.md"
Expand All @@ -23,7 +23,7 @@ classifiers = [

dependencies = [
"torch >= 2.0.1",
"s3torchconnectorclient >= 1.2.4",
"s3torchconnectorclient >= 1.2.6",
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion s3torchconnectorclient/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "s3torchconnectorclient"
version = "1.2.5"
version = "1.2.6"
edition = "2021"
publish = false
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion s3torchconnectorclient/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "s3torchconnectorclient"
version = "1.2.5"
version = "1.2.6"
description = "Internal S3 client implementation for s3torchconnector"
requires-python = ">=3.8,<3.13"
readme = "README.md"
Expand Down

0 comments on commit b9831b5

Please sign in to comment.