Skip to content

Commit

Permalink
pangea-sdk: publish v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kenany committed Dec 19, 2024
1 parent 137dd4a commit 1a97152
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 5.2.1 - 2024-12-19

### Fixed

- Exposed `vault_parameters` and `llm_request` parameters in Redact.
Expand Down
2 changes: 1 addition & 1 deletion packages/pangea-sdk/pangea/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "5.2.0"
__version__ = "5.2.1"

from pangea.asyncio.request import PangeaRequestAsync
from pangea.config import PangeaConfig
Expand Down
2 changes: 1 addition & 1 deletion packages/pangea-sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pangea-sdk"
version = "5.2.0"
version = "5.2.1"
description = "Pangea API SDK"
authors = ["Glenn Gallien <glenn.gallien@pangea.cloud>"]
license = "MIT"
Expand Down

0 comments on commit 1a97152

Please sign in to comment.