Skip to content

Commit 56b5400

Browse files
committed
v0.4.0 release
1 parent a57de97 commit 56b5400

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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-
## v0.4.0 (Unreleased)
3+
## v0.4.0 (2021-03-13)
44

55
- Added rich comparison operator support to cloud paths, which means you can now use them with `sorted`. ([#129](https://github.com/drivendataorg/cloudpathlib/pull/129))
66
- Added polymorphic class `AnyPath` which creates a cloud path or `pathlib.Path` instance appropriately for an input filepath. See new [documentation](http://https://cloudpathlib.drivendata.org/anypath-polymorphism/) for details and example usage. ([#130](https://github.com/drivendataorg/cloudpathlib/pull/130))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ def load_requirements(path: Path):
5959
"Source Code": "https://github.com/drivendataorg/cloudpathlib",
6060
},
6161
url="https://github.com/drivendataorg/cloudpathlib",
62-
version="0.3.0",
62+
version="0.4.0",
6363
)

0 commit comments

Comments
 (0)