Skip to content

Commit 9102d33

Browse files
release: 4.2.0
1 parent af326ae commit 9102d33

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-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.1.0"
2+
".": "4.2.0"
33
}

CHANGELOG.md

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

3+
## 4.2.0 (2025-01-10)
4+
5+
Full Changelog: [v4.1.0...v4.2.0](https://github.com/DataMini/asktable-python/compare/v4.1.0...v4.2.0)
6+
7+
### Features
8+
9+
* **api:** api update ([#125](https://github.com/DataMini/asktable-python/issues/125)) ([af326ae](https://github.com/DataMini/asktable-python/commit/af326aec48e92faebe3cec2f5fbe20d9437c403e))
10+
* **api:** create message ([#122](https://github.com/DataMini/asktable-python/issues/122)) ([e5051af](https://github.com/DataMini/asktable-python/commit/e5051afcfbd84ea53af26b50d617dfa7cab8b22a))
11+
12+
13+
### Chores
14+
15+
* **internal:** codegen related update ([#124](https://github.com/DataMini/asktable-python/issues/124)) ([73e95d0](https://github.com/DataMini/asktable-python/commit/73e95d0fec85b50ed9396038c87084cdba7d19ca))
16+
317
## 4.1.0 (2025-01-09)
418

519
Full Changelog: [v4.0.0...v4.1.0](https://github.com/DataMini/asktable-python/compare/v4.0.0...v4.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 = "asktable"
3-
version = "4.1.0"
3+
version = "4.2.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.1.0" # x-release-please-version
4+
__version__ = "4.2.0" # x-release-please-version

0 commit comments

Comments
 (0)