Skip to content

Commit

Permalink
Client: Release v3.2.2 (#12730)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 593d64f19ac4929b39af9c5a5f28cf120c0854ff
  • Loading branch information
stephencpope authored and Descartes Labs Build committed Nov 14, 2024
1 parent 5f668c8 commit bcd512e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion descarteslabs/core/client/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit bcd512e

Please sign in to comment.