Skip to content

Commit b7b8046

Browse files
committed
Update DataLab version to 0.10.1
1 parent 0599a04 commit b7b8046

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
See DataLab [roadmap page](https://cdlapp.readthedocs.io/en/latest/dev/roadmap.html)
44
for future and past milestones.
55

6-
## DataLab Version 0.10.0 ##
6+
## DataLab Version 0.10.1 ##
77

88
💥 New features:
99

@@ -103,6 +103,7 @@ for future and past milestones.
103103
* Installation/configuration viewer: improved readability (removed syntax highlighting)
104104
* PyInstaller specification file: added missing `skimage` data files manually in order
105105
to continue supporting Python 3.8 (see [Issue #12](https://github.com/Codra-Ingenierie-Informatique/DataLab/issues/12) - Stand-alone version on Windows 7: missing `api-ms-win-core-path-l1-1-0.dll`)
106+
* Fixed [Issue #13](https://github.com/Codra-Ingenierie-Informatique/DataLab/issues/13) - ArchLinux: `qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found`
106107

107108
## DataLab Version 0.9.2 ##
108109

cdl/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import os
1818

19-
__version__ = "0.10.0"
19+
__version__ = "0.10.1"
2020
__docurl__ = "https://cdlapp.readthedocs.io/en/latest/"
2121
__homeurl__ = "https://codra-ingenierie-informatique.github.io/DataLab/"
2222
__supporturl__ = (

0 commit comments

Comments
 (0)