Skip to content

Commit 258589c

Browse files
committed
Updated CHANGELOG/version
1 parent 6870080 commit 258589c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ for future and past milestones.
1313
* The result was an image positioned at the origin (0, 0) instead of the expected
1414
position (x0, y0) and the ROI rectangle itself was not removed as expected
1515
* [Issue #6](https://github.com/Codra-Ingenierie-Informatique/DataLab/issues/6) - 'Extract multiple ROI' feature: unexpected result for a single ROI
16+
* Macro-command console is now read-only:
17+
* The macro-command panel Python console is currently not supporting standard input
18+
stream (`stdin`) and this is intended (at least for now)
19+
* Set Python console read-only to avoid confusion
1620

1721
## DataLab Version 0.9.1 ##
1822

cdl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import os
1818

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

0 commit comments

Comments
 (0)