Skip to content

Commit 0052eaf

Browse files
release: 4.5.0
1 parent e1e8742 commit 0052eaf

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
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-
".": "4.4.0"
2+
".": "4.5.0"
33
}

CHANGELOG.md

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

3+
## 4.5.0 (2025-01-19)
4+
5+
Full Changelog: [v4.4.0...v4.5.0](https://github.com/DataMini/asktable-python/compare/v4.4.0...v4.5.0)
6+
7+
### Features
8+
9+
* **api:** api update ([#134](https://github.com/DataMini/asktable-python/issues/134)) ([6466807](https://github.com/DataMini/asktable-python/commit/646680745c26e209e7d47cba760b021d4c078b45))
10+
* **api:** update organization info ([#135](https://github.com/DataMini/asktable-python/issues/135)) ([1a5d026](https://github.com/DataMini/asktable-python/commit/1a5d026b0530fd3342e90b91c2e8ac0273dfe46b))
11+
* fix: type hint in custom code ([e1e8742](https://github.com/DataMini/asktable-python/commit/e1e87428b829fc2a168c8ea10be4eabfacee4146))
12+
13+
14+
### Chores
15+
16+
* **internal:** codegen related update ([#132](https://github.com/DataMini/asktable-python/issues/132)) ([2f7960b](https://github.com/DataMini/asktable-python/commit/2f7960bb0d9b8f1536919fceb7799e986b3a024b))
17+
318
## 4.4.0 (2025-01-15)
419

520
Full Changelog: [v4.3.0...v4.4.0](https://github.com/DataMini/asktable-python/compare/v4.3.0...v4.4.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 = "asktable"
3-
version = "4.4.0"
3+
version = "4.5.0"
44
description = "The official Python library for the Asktable API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/asktable/_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__ = "asktable"
4-
__version__ = "4.4.0" # x-release-please-version
4+
__version__ = "4.5.0" # x-release-please-version

0 commit comments

Comments
 (0)