Skip to content

Commit b018c93

Browse files
release: 1.0.0-alpha.17
1 parent fe2c902 commit b018c93

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.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.16"
2+
".": "1.0.0-alpha.17"
33
}

CHANGELOG.md

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

3+
## 1.0.0-alpha.17 (2025-07-10)
4+
5+
Full Changelog: [v1.0.0-alpha.16...v1.0.0-alpha.17](https://github.com/hubmapconsortium/search-python-sdk/compare/v1.0.0-alpha.16...v1.0.0-alpha.17)
6+
7+
### Bug Fixes
8+
9+
* **parsing:** correctly handle nested discriminated unions ([fe2c902](https://github.com/hubmapconsortium/search-python-sdk/commit/fe2c902d4d0ddccb5ee3ecdbfb018a57144dfa43))
10+
11+
12+
### Chores
13+
14+
* **internal:** bump pinned h11 dep ([b94854e](https://github.com/hubmapconsortium/search-python-sdk/commit/b94854e0e5e9040f47bab24e6da4fff17f580acd))
15+
* **package:** mark python 3.13 as supported ([bc8d5ac](https://github.com/hubmapconsortium/search-python-sdk/commit/bc8d5acf77ae59c4d1287e8e8a84e9ed9bd97410))
16+
317
## 1.0.0-alpha.16 (2025-07-08)
418

519
Full Changelog: [v1.0.0-alpha.15...v1.0.0-alpha.16](https://github.com/hubmapconsortium/search-python-sdk/compare/v1.0.0-alpha.15...v1.0.0-alpha.16)

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.16"
3+
version = "1.0.0-alpha.17"
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.16" # x-release-please-version
4+
__version__ = "1.0.0-alpha.17" # x-release-please-version

0 commit comments

Comments
 (0)