File tree Expand file tree Collapse file tree 5 files changed +433
-428
lines changed Expand file tree Collapse file tree 5 files changed +433
-428
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
8
## <small >2.3.2 (2025-04-16)</small >
4
9
5
10
* chore: update SDK to OpenAPI specification version 1.6.1 ([ 9a649be] ( https://github.com/MONEI/monei-python-sdk/commit/9a649be ) )
Original file line number Diff line number Diff line change 4
4
"generatorName" : " python" ,
5
5
"outputDir" : " ./" ,
6
6
"removeOperationIdPrefix" : true ,
7
- "version" : " 2.3.2 "
7
+ "version" : " 2.3.3 "
8
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " monei-python-sdk" ,
3
- "version" : " 2.3.2 " ,
3
+ "version" : " 2.3.3 " ,
4
4
"description" : " MONEI PYTHON SDK" ,
5
5
"author" : " monei" ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " Monei"
7
- version = " 2.3.2 "
7
+ version = " 2.3.3 "
8
8
description = " MONEI PYTHON SDK"
9
9
readme = " README.md"
10
10
requires-python = " >=3.8"
You can’t perform that action at this time.
0 commit comments