Skip to content

Commit bcd512e

Browse files
stephencpopeDescartes Labs Build
authored andcommitted
Client: Release v3.2.2 (#12730)
GitOrigin-RevId: 593d64f19ac4929b39af9c5a5f28cf120c0854ff
1 parent 5f668c8 commit bcd512e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ Changelog
2020

2121
## Unreleased
2222

23+
## [3.2.2] - 2024-11-14
24+
25+
## Catalog
26+
27+
- 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!
28+
2329
## [3.2.1] - 2024-10-21
2430

2531
## Authentication

descarteslabs/core/client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "3.2.1"
15+
__version__ = "3.2.2"

0 commit comments

Comments
 (0)