File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ Change Log
55------------
66* ...
77
8+ [ 1.13.1] - 2023-05-11
9+ --------------------
10+ ##### Bugfixes
11+ * import_documents - replace lxml xml parser with ElementTree ([ #973 ] ( ../../pull/973 ) )
12+
813[ 1.13.0] - 2023-04-26
914--------------------
1015##### Enhancements
@@ -428,7 +433,8 @@ Change Log
428433--------------------
429434
430435
431- [ next ] : https://github.com/biolab/orange3-text/compare/1.13.0...HEAD
436+ [ next ] : https://github.com/biolab/orange3-text/compare/1.13.1...HEAD
437+ [ 1.13.1 ] : https://github.com/biolab/orange3-text/compare/1.13.0...1.13.1
432438[ 1.13.0 ] : https://github.com/biolab/orange3-text/compare/1.12.0...1.13.0
433439[ 1.12.0 ] : https://github.com/biolab/orange3-text/compare/1.11.0...1.12.0
434440[ 1.11.0 ] : https://github.com/biolab/orange3-text/compare/1.10.0...1.11.0
Original file line number Diff line number Diff line change 1616NAME = 'Orange3-Text'
1717
1818MAJOR = 1
19- MINOR = 14
20- MICRO = 0
21- IS_RELEASED = False
19+ MINOR = 13
20+ MICRO = 1
21+ IS_RELEASED = True
2222VERSION = '%d.%d.%d' % (MAJOR , MINOR , MICRO )
2323FULL_VERSION = VERSION
2424
You can’t perform that action at this time.
0 commit comments