Skip to content

Commit

Permalink
pangea-sdk: publish v5.4.0beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
kenany committed Jan 15, 2025
1 parent a8a6f35 commit b50b0fe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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.4.0beta1 - 2025-01-15

### Changed

- AI Guard API response models.
Expand Down
4 changes: 2 additions & 2 deletions packages/pangea-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ the same compatibility guarantees as stable releases.
Via pip:

```bash
$ pip3 install pangea-sdk==5.2.0b2
$ pip3 install pangea-sdk==5.4.0b1
```

Via poetry:

```bash
$ poetry add pangea-sdk==5.2.0b2
$ poetry add pangea-sdk==5.4.0b1
```

## Usage
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.3.0"
__version__ = "5.4.0beta1"

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 @@
[project]
name = "pangea-sdk"
version = "5.3.0"
version = "5.4.0beta1"
description = "Pangea API SDK"
authors = [
{name = "Glenn Gallien", email = "glenn.gallien@pangea.cloud"}
Expand Down

0 comments on commit b50b0fe

Please sign in to comment.