Skip to content

Commit 2420633

Browse files
authored
Merge pull request #42 from hubmapconsortium/release-please--branches--main--changes--next
release: 1.0.0-alpha.21
2 parents 2978f5d + 8088d1a commit 2420633

File tree

6 files changed

+14
-4
lines changed

6 files changed

+14
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.prism.log
2-
.vscode
32
_dev
43

54
__pycache__

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

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"python.analysis.importFormat": "relative",
3+
}

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.21 (2025-07-25)
4+
5+
Full Changelog: [v1.0.0-alpha.20...v1.0.0-alpha.21](https://github.com/hubmapconsortium/search-python-sdk/compare/v1.0.0-alpha.20...v1.0.0-alpha.21)
6+
7+
### Chores
8+
9+
* **project:** add settings file for vscode ([5c82eaa](https://github.com/hubmapconsortium/search-python-sdk/commit/5c82eaa871ea7f0777f3b0a82309621dff547865))
10+
311
## 1.0.0-alpha.20 (2025-07-23)
412

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

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

0 commit comments

Comments
 (0)