Skip to content

Commit 02fdc5f

Browse files
release: 3.7.0
1 parent 6a363c3 commit 02fdc5f

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-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-
".": "3.6.0"
2+
".": "3.7.0"
33
}

CHANGELOG.md

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

3+
## 3.7.0 (2024-12-14)
4+
5+
Full Changelog: [v3.6.0...v3.7.0](https://github.com/DataMini/asktable-python/compare/v3.6.0...v3.7.0)
6+
7+
### Features
8+
9+
* **api:** api update ([#66](https://github.com/DataMini/asktable-python/issues/66)) ([6594f10](https://github.com/DataMini/asktable-python/commit/6594f1034b276bb3001540d114d02267c1794b6e))
10+
* **api:** api update ([#68](https://github.com/DataMini/asktable-python/issues/68)) ([5fe3dcb](https://github.com/DataMini/asktable-python/commit/5fe3dcb932fd23f19b086540e9fa9153da05760b))
11+
12+
13+
### Chores
14+
15+
* **internal:** add support for TypeAliasType ([#70](https://github.com/DataMini/asktable-python/issues/70)) ([c0046ed](https://github.com/DataMini/asktable-python/commit/c0046ed398c750087a03659a92a10240e32d0829))
16+
* **internal:** bump pyright ([#69](https://github.com/DataMini/asktable-python/issues/69)) ([3bd5327](https://github.com/DataMini/asktable-python/commit/3bd5327773c10649284d0e95c55d9ba4a06c0ee4))
17+
* **internal:** codegen related update ([#71](https://github.com/DataMini/asktable-python/issues/71)) ([ef36085](https://github.com/DataMini/asktable-python/commit/ef3608545a5e58e405226176a907dab1b73fc9fd))
18+
* **internal:** codegen related update ([#72](https://github.com/DataMini/asktable-python/issues/72)) ([6a363c3](https://github.com/DataMini/asktable-python/commit/6a363c3cf0964cf648422dd06a13fb4fa7d98808))
19+
320
## 3.6.0 (2024-12-10)
421

522
Full Changelog: [v3.5.0...v3.6.0](https://github.com/DataMini/asktable-python/compare/v3.5.0...v3.6.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 = "3.6.0"
3+
version = "3.7.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__ = "3.6.0" # x-release-please-version
4+
__version__ = "3.7.0" # x-release-please-version

0 commit comments

Comments
 (0)