Skip to content

Commit 0ea3a1c

Browse files
release: 0.1.0-alpha.7
1 parent cde115d commit 0ea3a1c

4 files changed

Lines changed: 19 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.6"
2+
".": "0.1.0-alpha.7"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.7 (2026-05-14)
4+
5+
Full Changelog: [v0.1.0-alpha.6...v0.1.0-alpha.7](https://github.com/HubSpot/hubspot-sdk-python/compare/v0.1.0-alpha.6...v0.1.0-alpha.7)
6+
7+
### Features
8+
9+
* **api:** manual updates ([c59ffca](https://github.com/HubSpot/hubspot-sdk-python/commit/c59ffca04eb35b38cfb054d250acd8dfde28b539))
10+
* **api:** manual updates ([01640e6](https://github.com/HubSpot/hubspot-sdk-python/commit/01640e6c69764f64e54d24690380b9301631e52a))
11+
12+
13+
### Chores
14+
15+
* update SDK settings ([cde115d](https://github.com/HubSpot/hubspot-sdk-python/commit/cde115d789f298734b1079f622fc8eea71c88e20))
16+
* update SDK settings ([4dfe136](https://github.com/HubSpot/hubspot-sdk-python/commit/4dfe136ff43e06ff521fc5040199a84a44cfe008))
17+
* update SDK settings ([d5df30c](https://github.com/HubSpot/hubspot-sdk-python/commit/d5df30ced57fbe78aaf89d6fdd5dd9d6630b7ade))
18+
319
## 0.1.0-alpha.6 (2026-05-13)
420

521
Full Changelog: [v0.1.0-alpha.5...v0.1.0-alpha.6](https://github.com/HubSpot/hubspot-sdk-python/compare/v0.1.0-alpha.5...v0.1.0-alpha.6)

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

0 commit comments

Comments
 (0)