From ed0d811d408fa2743a3a0981b5ba76ec5ac24e02 Mon Sep 17 00:00:00 2001 From: Peter Bull Date: Sun, 9 Jul 2023 19:41:24 -0700 Subject: [PATCH] no need to version skip --- HISTORY.md | 4 +--- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 11ea056a..717c8f39 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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)) diff --git a/pyproject.toml b/pyproject.toml index 2acea0b5..998de781 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "info@drivendata.org" }]