Skip to content

Commit 99a7a6c

Browse files
committed
chore: release v2.3.7
1 parent 3ca548b commit 99a7a6c

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

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

3+
## <small>2.3.7 (2025-09-15)</small>
4+
5+
* chore: format user agent string for improved readability ([3ca548b](https://github.com/MONEI/monei-python-sdk/commit/3ca548b))
6+
* chore: update package manager to [email protected] and enhance user agent format to include Python version ([da1ddea](https://github.com/MONEI/monei-python-sdk/commit/da1ddea))
7+
38
## <small>2.3.6 (2025-08-27)</small>
49

510
* chore: update SDK to OpenAPI specification version 1.7.3 ([9ae0a7e](https://github.com/MONEI/monei-python-sdk/commit/9ae0a7e))

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"generatorName": "python",
55
"outputDir": "./",
66
"removeOperationIdPrefix": true,
7-
"version": "2.3.6"
7+
"version": "2.3.7"
88
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monei-python-sdk",
3-
"version": "2.3.6",
3+
"version": "2.3.7",
44
"description": "MONEI PYTHON SDK",
55
"author": "monei",
66
"type": "module",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "Monei"
7-
version = "2.3.6"
7+
version = "2.3.7"
88
description = "MONEI PYTHON SDK"
99
readme = "README.md"
1010
requires-python = ">=3.8"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)