Skip to content

Commit d213a72

Browse files
release: 1.0.0-rc.10
1 parent 500031e commit d213a72

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0-rc.9"
2+
".": "1.0.0-rc.10"
33
}

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.0.0-rc.10 (2025-04-23)
4+
5+
Full Changelog: [v1.0.0-rc.9...v1.0.0-rc.10](https://github.com/GRID-is/api-sdk-py/compare/v1.0.0-rc.9...v1.0.0-rc.10)
6+
7+
### Chores
8+
9+
* **ci:** add timeout thresholds for CI jobs ([5c76451](https://github.com/GRID-is/api-sdk-py/commit/5c76451b9350bc64be13a26641104cd9f4e369ed))
10+
* **internal:** import reformatting ([500031e](https://github.com/GRID-is/api-sdk-py/commit/500031efa529a1422892e4137db74091ee66d1e7))
11+
312
## 1.0.0-rc.9 (2025-04-19)
413

514
Full Changelog: [v1.0.0-rc.8...v1.0.0-rc.9](https://github.com/GRID-is/api-sdk-py/compare/v1.0.0-rc.8...v1.0.0-rc.9)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "grid_api"
3-
version = "1.0.0-rc.9"
3+
version = "1.0.0-rc.10"
44
description = "The official Python library for the GRID API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/grid_api/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "grid_api"
4-
__version__ = "1.0.0-rc.9" # x-release-please-version
4+
__version__ = "1.0.0-rc.10" # x-release-please-version

0 commit comments

Comments
 (0)