Skip to content

Commit 4ac794f

Browse files
release: 1.15.0
1 parent 3a009aa commit 4ac794f

4 files changed

Lines changed: 21 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-
".": "1.14.2"
2+
".": "1.15.0"
33
}

CHANGELOG.md

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

3+
## 1.15.0 (2026-04-24)
4+
5+
Full Changelog: [v1.14.2...v1.15.0](https://github.com/moderation-api/sdk-python/compare/v1.14.2...v1.15.0)
6+
7+
### Features
8+
9+
* **api:** api update ([427f2f7](https://github.com/moderation-api/sdk-python/commit/427f2f7b4b34e5a3c659247da17dd2f2bfb4b8d2))
10+
11+
12+
### Performance Improvements
13+
14+
* **client:** optimize file structure copying in multipart requests ([2faff3e](https://github.com/moderation-api/sdk-python/commit/2faff3eea5e706eaa238b9db26a35617b2b8e8fd))
15+
16+
17+
### Chores
18+
19+
* **internal:** more robust bootstrap script ([b13f27f](https://github.com/moderation-api/sdk-python/commit/b13f27f8fd5673b841bca8796a767a8218db497a))
20+
321
## 1.14.2 (2026-04-11)
422

523
Full Changelog: [v1.14.1...v1.14.2](https://github.com/moderation-api/sdk-python/compare/v1.14.1...v1.14.2)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "moderation_api"
3-
version = "1.14.2"
3+
version = "1.15.0"
44
description = "The official Python library for the moderation-api API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/moderation_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__ = "moderation_api"
4-
__version__ = "1.14.2" # x-release-please-version
4+
__version__ = "1.15.0" # x-release-please-version

0 commit comments

Comments
 (0)