Skip to content

Commit c6f3a33

Browse files
committed
pangea-sdk: publish v6.2.0beta2
1 parent c250f70 commit c6f3a33

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 6.2.0beta2 - 2025-05-22
11+
1012
### Added
1113

1214
- AI Guard: config APIs.

packages/pangea-sdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ the same compatibility guarantees as stable releases.
4040
Via pip:
4141

4242
```bash
43-
$ pip3 install pangea-sdk==6.2.0b1
43+
$ pip3 install pangea-sdk==6.2.0b2
4444
```
4545

4646
Via poetry:
4747

4848
```bash
49-
$ poetry add pangea-sdk==6.2.0b1
49+
$ poetry add pangea-sdk==6.2.0b2
5050
```
5151

5252
## Usage

packages/pangea-sdk/pangea/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "6.2.0beta1"
1+
__version__ = "6.2.0beta2"
22

33
from pangea.asyncio.request import PangeaRequestAsync
44
from pangea.config import PangeaConfig

packages/pangea-sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pangea-sdk"
3-
version = "6.2.0beta1"
3+
version = "6.2.0beta2"
44
description = "Pangea API SDK"
55
authors = [
66
{name = "Glenn Gallien", email = "glenn.gallien@pangea.cloud"}

0 commit comments

Comments
 (0)