Skip to content

Commit 425633b

Browse files
authored
Merge pull request #37 from hubmapconsortium/release-please--branches--main--changes--next
release: 1.0.0-alpha.16
2 parents 65ba6b0 + 46c07f1 commit 425633b

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
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.15"
2+
".": "1.0.0-alpha.16"
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.16 (2025-07-08)
4+
5+
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)
6+
7+
### Chores
8+
9+
* **internal:** codegen related update ([49d7a20](https://github.com/hubmapconsortium/search-python-sdk/commit/49d7a20a87d6ffdecf4e7800289d9f9a3bfea6df))
10+
311
## 1.0.0-alpha.15 (2025-07-02)
412

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

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.15"
3+
version = "1.0.0-alpha.16"
44
description = "The official Python library for the hubmap-search-sdk API"
55
dynamic = ["readme"]
66
license = "MIT"

requirements-dev.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ httpx==0.28.1
5656
# via httpx-aiohttp
5757
# via hubmap-search-sdk
5858
# via respx
59-
httpx-aiohttp==0.1.6
59+
httpx-aiohttp==0.1.8
6060
# via hubmap-search-sdk
6161
idna==3.4
6262
# via anyio

requirements.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ httpcore==1.0.2
4343
httpx==0.28.1
4444
# via httpx-aiohttp
4545
# via hubmap-search-sdk
46-
httpx-aiohttp==0.1.6
46+
httpx-aiohttp==0.1.8
4747
# via hubmap-search-sdk
4848
idna==3.4
4949
# via anyio

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

0 commit comments

Comments
 (0)