Skip to content

Commit 3eb161c

Browse files
committed
chore: release v2.3.3
1 parent ca8ea9b commit 3eb161c

File tree

5 files changed

+433
-428
lines changed

5 files changed

+433
-428
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.3 (2025-05-28)</small>
4+
5+
* chore: update SDK to OpenAPI specification version 1.6.4 ([ca8ea9b](https://github.com/MONEI/monei-python-sdk/commit/ca8ea9b))
6+
* refactor: streamline imports in README.md ([1f6e88b](https://github.com/MONEI/monei-python-sdk/commit/1f6e88b))
7+
38
## <small>2.3.2 (2025-04-16)</small>
49

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

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.2"
7+
"version": "2.3.3"
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.2",
3+
"version": "2.3.3",
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.2"
7+
version = "2.3.3"
88
description = "MONEI PYTHON SDK"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)