Skip to content

Commit fe01463

Browse files
release: 2.3.1
1 parent e39102c commit fe01463

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-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-
".": "2.3.0"
2+
".": "2.3.1"
33
}

CHANGELOG.md

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

3+
## 2.3.1 (2026-03-23)
4+
5+
Full Changelog: [v2.3.0...v2.3.1](https://github.com/Mozilla-Ocho/tabstack-python/compare/v2.3.0...v2.3.1)
6+
7+
### Bug Fixes
8+
9+
* **deps:** bump minimum typing-extensions version ([1946504](https://github.com/Mozilla-Ocho/tabstack-python/commit/194650472a951f76bd180e1dd08507fcf2670577))
10+
* **pydantic:** do not pass `by_alias` unless set ([a32962e](https://github.com/Mozilla-Ocho/tabstack-python/commit/a32962e54563d7073726b4463d70017fc2a40331))
11+
* sanitize endpoint path params ([f4632c7](https://github.com/Mozilla-Ocho/tabstack-python/commit/f4632c74a42a3ea56998e6f9d9afacace4bd4a5c))
12+
13+
14+
### Chores
15+
16+
* **internal:** tweak CI branches ([8458777](https://github.com/Mozilla-Ocho/tabstack-python/commit/8458777f42fdbdc611d213513b1e7f026886ba42))
17+
* **internal:** update gitignore ([e39102c](https://github.com/Mozilla-Ocho/tabstack-python/commit/e39102cd8c44fbbaec52a5bed74a11deab25b97f))
18+
319
## 2.3.0 (2026-03-12)
420

521
Full Changelog: [v2.2.0...v2.3.0](https://github.com/Mozilla-Ocho/tabstack-python/compare/v2.2.0...v2.3.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 = "tabstack"
3-
version = "2.3.0"
3+
version = "2.3.1"
44
description = "The official Python library for the tabstack API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/tabstack/_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__ = "tabstack"
4-
__version__ = "2.3.0" # x-release-please-version
4+
__version__ = "2.3.1" # x-release-please-version

0 commit comments

Comments
 (0)