Skip to content

Commit 94a114c

Browse files
committed
Release version 1.13.1
1 parent 58c7568 commit 94a114c

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
NAME = 'Orange3-Text'
1717

1818
MAJOR = 1
19-
MINOR = 14
20-
MICRO = 0
21-
IS_RELEASED = False
19+
MINOR = 13
20+
MICRO = 1
21+
IS_RELEASED = True
2222
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
2323
FULL_VERSION = VERSION
2424

0 commit comments

Comments
 (0)