Skip to content

Commit cee7148

Browse files
authored
Merge pull request #48 from hubmapconsortium/release-please--branches--main--changes--next
release: 1.0.0-alpha.27
2 parents 7e966a2 + a3d807c commit cee7148

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
permissions:
4343
contents: read
4444
id-token: write
45-
runs-on: depot-ubuntu-24.04
45+
runs-on: ${{ github.repository == 'stainless-sdks/hubmap-search-sdk-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
4646
steps:
4747
- uses: actions/checkout@v4
4848

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0-alpha.26"
2+
".": "1.0.0-alpha.27"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.0.0-alpha.27 (2025-08-26)
4+
5+
Full Changelog: [v1.0.0-alpha.26...v1.0.0-alpha.27](https://github.com/hubmapconsortium/search-python-sdk/compare/v1.0.0-alpha.26...v1.0.0-alpha.27)
6+
7+
### Chores
8+
9+
* **internal:** change ci workflow machines ([47a4085](https://github.com/hubmapconsortium/search-python-sdk/commit/47a40858c891b2a2ec4f417f6bbb72cb447741ce))
10+
311
## 1.0.0-alpha.26 (2025-08-22)
412

513
Full Changelog: [v1.0.0-alpha.25...v1.0.0-alpha.26](https://github.com/hubmapconsortium/search-python-sdk/compare/v1.0.0-alpha.25...v1.0.0-alpha.26)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hubmap_search_sdk"
3-
version = "1.0.0-alpha.26"
3+
version = "1.0.0-alpha.27"
44
description = "The official Python library for the hubmap-search-sdk API"
55
dynamic = ["readme"]
66
license = "MIT"

src/hubmap_search_sdk/_version.py

Lines changed: 1 addition & 1 deletion
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__ = "hubmap_search_sdk"
4-
__version__ = "1.0.0-alpha.26" # x-release-please-version
4+
__version__ = "1.0.0-alpha.27" # x-release-please-version

0 commit comments

Comments
 (0)