Skip to content

Commit 37d6c41

Browse files
committed
Update version number to 1.2.0 (#183)
Co-authored-by: Ilya Isaev <[email protected]>
1 parent 86963b2 commit 37d6c41

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
## Unreleased
1+
## v1.2.0 (March 13, 2024)
22

33
### New features
4+
* Add PyTorch Lightning checkpoints support
45

56
### Bug Fixes / Improvements
67
* Fix deadlock when enabling CRT debug logs. Removed former experimental method _enable_debug_logging().
78
* Refactor User-Agent setup for extensibility.
89
* Update lightning User-Agent prefix to `s3torchconnector/{__version__} (lightning; {lightning.__version__}`.
910

11+
### Breaking changes
12+
* No breaking changes.
13+
1014
## v1.1.4 (February 26, 2024)
1115

1216
### New features

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.1.4"
7+
version = "1.2.0"
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.1.4",
26+
"s3torchconnectorclient >= 1.2.0",
2727
]
2828

2929
[project.optional-dependencies]

s3torchconnectorclient/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1.4"
3+
version = "1.2.0"
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.1.4"
7+
version = "1.2.0"
88
description = "Internal S3 client implementation for s3torchconnector"
99
requires-python = ">=3.8,<3.13"
1010
readme = "README.md"

0 commit comments

Comments
 (0)