Skip to content

Commit ad61aee

Browse files
release: 7.8.1
1 parent 694297d commit ad61aee

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.8.0"
2+
".": "7.8.1"
33
}

CHANGELOG.md

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

3+
## 7.8.1 (2026-02-12)
4+
5+
Full Changelog: [v7.8.0...v7.8.1](https://github.com/trycourier/courier-python/compare/v7.8.0...v7.8.1)
6+
7+
### Chores
8+
9+
* **internal:** bump dependencies ([97b7fd4](https://github.com/trycourier/courier-python/commit/97b7fd426b6512aca9a9744e8b887b9c26528b37))
10+
* **internal:** fix lint error on Python 3.14 ([694297d](https://github.com/trycourier/courier-python/commit/694297d1b43db328197fedf4a5e1495c48c49dff))
11+
312
## 7.8.0 (2026-02-06)
413

514
Full Changelog: [v7.7.1...v7.8.0](https://github.com/trycourier/courier-python/compare/v7.7.1...v7.8.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 = "trycourier"
3-
version = "7.8.0"
3+
version = "7.8.1"
44
description = "The official Python library for the Courier API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/courier/_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__ = "courier"
4-
__version__ = "7.8.0" # x-release-please-version
4+
__version__ = "7.8.1" # x-release-please-version

0 commit comments

Comments
 (0)