Skip to content

Commit 3ad99d4

Browse files
release: 4.1.296
1 parent 18f66be commit 3ad99d4

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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.295"
2+
".": "4.1.296"
33
}

CHANGELOG.md

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

3+
## 4.1.296 (2025-10-18)
4+
5+
Full Changelog: [v4.1.295...v4.1.296](https://github.com/beeper/desktop-api-python/compare/v4.1.295...v4.1.296)
6+
7+
### Chores
8+
9+
* bump `httpx-aiohttp` version to 0.1.9 ([18f66be](https://github.com/beeper/desktop-api-python/commit/18f66bed7a97283166eccdda8832c698aaca6f4a))
10+
311
## 4.1.295 (2025-10-16)
412

513
Full Changelog: [v0.0.1...v4.1.295](https://github.com/beeper/desktop-api-python/compare/v0.0.1...v4.1.295)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "beeper_desktop_api"
3-
version = "4.1.295"
3+
version = "4.1.296"
44
description = "The official Python library for the beeperdesktop API"
55
dynamic = ["readme"]
66
license = "MIT"

src/beeper_desktop_api/_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__ = "beeper_desktop_api"
4-
__version__ = "4.1.295" # x-release-please-version
4+
__version__ = "4.1.296" # x-release-please-version

0 commit comments

Comments
 (0)