Skip to content

Commit 76f024a

Browse files
committed
chore: release v2.3.2
1 parent 9a649be commit 76f024a

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

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

3+
## <small>2.3.2 (2025-04-16)</small>
4+
5+
* chore: update SDK to OpenAPI specification version 1.6.1 ([9a649be](https://github.com/MONEI/monei-python-sdk/commit/9a649be))
6+
37
## <small>2.3.1 (2025-03-14)</small>
48

59
* chore: update SDK to OpenAPI specification version 1.6.0 ([f1214e5](https://github.com/MONEI/monei-python-sdk/commit/f1214e5))

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.1"
7+
"version": "2.3.2"
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.1",
3+
"version": "2.3.2",
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.1"
7+
version = "2.3.2"
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)