Skip to content

Commit 51b833b

Browse files
release: 0.1.0-alpha.4
1 parent b2da068 commit 51b833b

4 files changed

Lines changed: 21 additions & 3 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## 0.1.0-alpha.4 (2026-05-01)
4+
5+
Full Changelog: [v0.1.0-alpha.3...v0.1.0-alpha.4](https://github.com/HubSpot/hubspot-sdk-python/compare/v0.1.0-alpha.3...v0.1.0-alpha.4)
6+
7+
### Features
8+
9+
* support setting headers via env ([66fc257](https://github.com/HubSpot/hubspot-sdk-python/commit/66fc2572f52d69ee34f51d47bf4c3379bf9fc7cf))
10+
11+
12+
### Bug Fixes
13+
14+
* use correct field name format for multipart file arrays ([7eabb4d](https://github.com/HubSpot/hubspot-sdk-python/commit/7eabb4d150140ac40bcb6a9fe1b542eb6dd11a58))
15+
16+
17+
### Chores
18+
19+
* **internal:** reformat pyproject.toml ([b2da068](https://github.com/HubSpot/hubspot-sdk-python/commit/b2da068f42db84f1113b9307edde863e68d5a2b9))
20+
321
## 0.1.0-alpha.3 (2026-04-24)
422

523
Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/HubSpot/hubspot-sdk-python/compare/v0.1.0-alpha.2...v0.1.0-alpha.3)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hubspot-sdk"
3-
version = "0.1.0-alpha.3"
3+
version = "0.1.0-alpha.4"
44
description = "The official Python library for the hubspot API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/hubspot_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__ = "hubspot_sdk"
4-
__version__ = "0.1.0-alpha.3" # x-release-please-version
4+
__version__ = "0.1.0-alpha.4" # x-release-please-version

0 commit comments

Comments
 (0)