Skip to content

Commit 6b1af4c

Browse files
release: 0.1.1
1 parent 3e248ae commit 6b1af4c

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"
2+
".": "0.1.1"
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.1 (2026-04-23)
4+
5+
Full Changelog: [v0.1.0...v0.1.1](https://github.com/unifygtm/sdk-python/compare/v0.1.0...v0.1.1)
6+
7+
### Chores
8+
9+
* **internal:** more robust bootstrap script ([4298584](https://github.com/unifygtm/sdk-python/commit/4298584b2c540e4922857f559549d0239267d622))
10+
* remove custom code ([8732b35](https://github.com/unifygtm/sdk-python/commit/8732b35d6b69a3633456eaf39bac4b95ac0a4624))
11+
* update SDK settings ([3e248ae](https://github.com/unifygtm/sdk-python/commit/3e248aef5b390fe4d1efc63fdeb708160918ab0b))
12+
* update SDK settings ([3749447](https://github.com/unifygtm/sdk-python/commit/3749447ade477291d17a579a7f914346ca86b885))
13+
* update SDK settings ([c1ec78e](https://github.com/unifygtm/sdk-python/commit/c1ec78ec7bf427da4ebfdcf27f96944316cd5eb9))
14+
* update SDK settings ([606afb3](https://github.com/unifygtm/sdk-python/commit/606afb30547102c377e9a15e38448a20ab27371b))
15+
16+
17+
### Refactors
18+
19+
* **api:** Rename submodules ([06c4b2b](https://github.com/unifygtm/sdk-python/commit/06c4b2b5642c4cae801249d3e58c07a2bd7c6bea))
20+
321
## 0.1.0 (2026-04-22)
422

523
Full Changelog: [v0.0.1...v0.1.0](https://github.com/unifygtm/sdk-python/compare/v0.0.1...v0.1.0)

pyproject.toml

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

src/unify/_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__ = "unify"
4-
__version__ = "0.1.0" # x-release-please-version
4+
__version__ = "0.1.1" # x-release-please-version

0 commit comments

Comments
 (0)