Skip to content

Commit

Permalink
no need to version skip
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbull committed Jul 10, 2023
1 parent 41f6fbd commit ed0d811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# cloudpathlib Changelog

## v0.15.2 (2023-07-09)
## v0.15.1 (2023-07-09)
- Compatibility with pydantic >= 2.0.0.

## v0.15.1 (2023-06-16)
- Warn if Pydantic >= 2.0.0 since we are not yet compatible.
## v0.15.0 (2023-06-16)

- Changed return type for `CloudPathMeta.__call__` to fix problems with pyright/pylance ([PR #330](https://github.com/drivendataorg/cloudpathlib/pull/330))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "cloudpathlib"
version = "0.15.2"
version = "0.15.1"
description = "pathlib-style classes for cloud storage services."
readme = "README.md"
authors = [{ name = "DrivenData", email = "[email protected]" }]
Expand Down

0 comments on commit ed0d811

Please sign in to comment.