Skip to content

Commit ab20f9d

Browse files
committed
Update version for release 1.1.3
1 parent 54e0bee commit ab20f9d

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## Unreleased
22

3+
## v1.1.3 (January 25, 2024)
4+
5+
### New features
6+
* Update crates and Mountpoint dependencies.
7+
8+
### Breaking changes
9+
* No breaking changes.
10+
11+
12+
313
## v1.1.2 (January 19, 2024)
414

515
### 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.2"
7+
version = "1.1.3"
88
description = "S3 connector integration for PyTorch"
99
requires-python = ">=3.8,<3.12"
1010
readme = "README.md"
@@ -22,7 +22,7 @@ classifiers = [
2222

2323
dependencies = [
2424
"torch >= 2.0.1",
25-
"s3torchconnectorclient >= 1.1.2",
25+
"s3torchconnectorclient >= 1.1.3",
2626
]
2727

2828
[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.2"
3+
version = "1.1.3"
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.2"
7+
version = "1.1.3"
88
description = "Internal S3 client implementation for s3torchconnector"
99
requires-python = ">=3.8,<3.12"
1010
readme = "README.md"

0 commit comments

Comments
 (0)