Skip to content

Commit 41718f3

Browse files
committed
downgraded openpyxl module to 2.4.9 to fix export in xlsx format
1 parent 7afa6fd commit 41718f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boris.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
import time_budget_functions
104104

105105

106-
__version__ = "6.3.1"
107-
__version_date__ = "2018-05-29"
106+
__version__ = "6.3.2"
107+
__version_date__ = "2018-06-14"
108108

109109
if platform.python_version() < "3.5":
110110
logging.critical("BORIS requires Python 3.5+! You are using v. {}")

0 commit comments

Comments
 (0)