Skip to content

Commit b086100

Browse files
committed
v0.21.1 release
1 parent 6a6d3c5 commit b086100

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cloudpathlib Changelog
22

3-
## Unreleased
3+
## v0.21.1 (2025-05-14)
44

55
- Fixed `rmtree` fail on Azure with no `hns` and more than 256 blobs to drop (Issue [#509](https://github.com/drivendataorg/cloudpathlib/issues/509), PR [#508](https://github.com/drivendataorg/cloudpathlib/pull/508), thanks @alikefia)
66

pyproject.toml

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

55
[project]
66
name = "cloudpathlib"
7-
version = "0.21.0"
7+
version = "0.21.1"
88
description = "pathlib-style classes for cloud storage services."
99
readme = "README.md"
1010
authors = [{ name = "DrivenData", email = "[email protected]" }]
@@ -70,4 +70,4 @@ testpaths = ["tests"]
7070

7171
[tool.coverage.run]
7272
source = ["cloudpathlib"]
73-
omit = ["cloudpathlib/legacy/glob.py"]
73+
omit = ["cloudpathlib/legacy/glob.py"]

0 commit comments

Comments
 (0)