Skip to content

Commit 66b741f

Browse files
release: 7.9.0
1 parent f4f04e7 commit 66b741f

4 files changed

Lines changed: 17 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.9.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+
## 7.9.0 (2026-02-12)
4+
5+
Full Changelog: [v7.8.0...v7.9.0](https://github.com/trycourier/courier-python/compare/v7.8.0...v7.9.0)
6+
7+
### Features
8+
9+
* **api:** remove brand field from ElementalContent ([f4f04e7](https://github.com/trycourier/courier-python/commit/f4f04e7c0c3b7e057b382df24a5e5c54e2797823))
10+
11+
12+
### Chores
13+
14+
* **internal:** bump dependencies ([97b7fd4](https://github.com/trycourier/courier-python/commit/97b7fd426b6512aca9a9744e8b887b9c26528b37))
15+
* **internal:** fix lint error on Python 3.14 ([694297d](https://github.com/trycourier/courier-python/commit/694297d1b43db328197fedf4a5e1495c48c49dff))
16+
317
## 7.8.0 (2026-02-06)
418

519
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.9.0"
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.9.0" # x-release-please-version

0 commit comments

Comments
 (0)