We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b566b commit a4b2718Copy full SHA for a4b2718
3 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## [Version 1.1.4](https://github.com/dataiku/dss-plugin-multisheet-excel-export/releases/tag/v1.1.4) - Bug release - 2024-06
4
+- Fix numpy issue with DSS 13
5
+
6
## [Version 1.1.3](https://github.com/dataiku/dss-plugin-multisheet-excel-export/releases/tag/v1.1.3) - Minor release - 2024-06
7
- The plugin will show up in the excel category
8
code-env/python/spec/requirements.txt
@@ -1,2 +1,2 @@
-openpyxl==3.0.5
+openpyxl==3.0.6
pathvalidate==2.3.0
plugin.json
@@ -1,6 +1,6 @@
{
"id" : "multisheet-excel-export",
- "version" : "1.1.3",
+ "version" : "1.1.4",
"meta" : {
0 commit comments