Skip to content

Commit b9831b5

Browse files
authored
ci: bump version numbers to 1.2.6 (#240)
1 parent f770a43 commit b9831b5

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v1.2.6 (October 9, 2024)
2+
3+
### New features
4+
* Add support of PyTorch Lightning checkpoints to benchmark suit (#226).
5+
6+
### Bug fixes
7+
* Fix potential race condition while instantiating the `S3Client` (#237).
8+
9+
### Breaking changes
10+
* No breaking changes.
11+
112
## v1.2.5 (September 11, 2024)
213
* Enhanced error logging.
314
* Support tell for S3writer.

s3torchconnector/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

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

2424
dependencies = [
2525
"torch >= 2.0.1",
26-
"s3torchconnectorclient >= 1.2.4",
26+
"s3torchconnectorclient >= 1.2.6",
2727
]
2828

2929
[project.optional-dependencies]

s3torchconnectorclient/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "s3torchconnectorclient"
3-
version = "1.2.5"
3+
version = "1.2.6"
44
edition = "2021"
55
publish = false
66
license = "BSD-3-Clause"

s3torchconnectorclient/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "s3torchconnectorclient"
7-
version = "1.2.5"
7+
version = "1.2.6"
88
description = "Internal S3 client implementation for s3torchconnector"
99
requires-python = ">=3.8,<3.13"
1010
readme = "README.md"

0 commit comments

Comments
 (0)