From bcd512eb4bbd3cc17d2664880d09620f221f28e6 Mon Sep 17 00:00:00 2001 From: "Stephen C. Pope" Date: Thu, 14 Nov 2024 11:54:29 -0700 Subject: [PATCH] Client: Release v3.2.2 (#12730) GitOrigin-RevId: 593d64f19ac4929b39af9c5a5f28cf120c0854ff --- README.md | 6 ++++++ descarteslabs/core/client/version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 260cf46e..70341703 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ Changelog ## Unreleased +## [3.2.2] - 2024-11-14 + +## Catalog + +- Fixed a problem with unpickling Catalog objects pickled with an earlier version. Please be aware that we do not support the pickling of any Catalog objects, so if in doubt, don't do it! + ## [3.2.1] - 2024-10-21 ## Authentication diff --git a/descarteslabs/core/client/version.py b/descarteslabs/core/client/version.py index 468ca3cb..c615a3c9 100644 --- a/descarteslabs/core/client/version.py +++ b/descarteslabs/core/client/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.2.1" +__version__ = "3.2.2"