Skip to content

Commit 99efa1e

Browse files
release: 4.5.0
1 parent b6b033c commit 99efa1e

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)) ([f7b450f](https://github.com/DataMini/asktable-python/commit/f7b450f63a95a90830cb56d79f730dfab9b26e25))
10+
* Update pyproject.toml ([9c414a3](https://github.com/DataMini/asktable-python/commit/9c414a3ad1d9cb610cdacf8695cb431c5ed09b78))
11+
* Update SECURITY.md ([b6b033c](https://github.com/DataMini/asktable-python/commit/b6b033c400978a83181cec23e32fe61abfdc958e))
12+
13+
14+
### Chores
15+
16+
* **internal:** codegen related update ([#132](https://github.com/DataMini/asktable-python/issues/132)) ([0c9abb1](https://github.com/DataMini/asktable-python/commit/0c9abb1afee21056ed004ad2404a77de5d67ce8b))
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)