Skip to content

Commit 3438e5a

Browse files
authored
Merge pull request #15 from dataiku/feature/sc-284533-add-python-312
feat: [sc-284533] Multisheet Excel Export plugin - support for python 3.12
2 parents c833650 + 9b53810 commit 3438e5a

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Changelog
22

3-
## [Version 2.2.0](https://github.com/dataiku/dss-plugin-multisheet-excel-export/releases/tag/v2.2.0) - Major release - 2025-02
3+
## [Version 2.2.1](https://github.com/dataiku/dss-plugin-multisheet-excel-export/releases/tag/v2.2.1) - Minor release - 2026-01
4+
- Updated plugin to python 3.12
45

6+
## [Version 2.2.0](https://github.com/dataiku/dss-plugin-multisheet-excel-export/releases/tag/v2.2.0) - Major release - 2025-02
57
- Add customization of tab names
68

79
## [Version 2.1.0](https://github.com/dataiku/dss-plugin-multisheet-excel-export/releases/tag/v2.1.0) - Major release - 2024-09

code-env/python/desc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"acceptedPythonInterpreters": ["PYTHON36","PYTHON37","PYTHON38","PYTHON39","PYTHON310","PYTHON311"],
2+
"acceptedPythonInterpreters": ["PYTHON36","PYTHON37","PYTHON38","PYTHON39","PYTHON310","PYTHON311","PYTHON312"],
33
"forceConda": false,
44
"installCorePackages": true,
55
"installJupyterSupport": false,

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id" : "multisheet-excel-export",
3-
"version" : "2.2.0",
3+
"version" : "2.2.1",
44

55

66
"meta" : {
@@ -11,7 +11,7 @@
1111
"icon" : "icon-file",
1212
"licenseInfo" : "Apache Software License",
1313
"url" : "https://www.dataiku.com/product/plugins/multisheet-excel-export",
14-
"tags" : ["Productivity","Excel"],
14+
"tags" : ["Microsoft", "Excel", "Export"],
1515
"supportLevel": "NOT_SUPPORTED"
1616
}
1717
}

0 commit comments

Comments
 (0)