Skip to content

Commit 8737f78

Browse files
committed
Release 1.10.0
1 parent b3b3591 commit 8737f78

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ Change Log
55
------------
66
* ...
77

8+
[1.10.0] - 2022-07-08
9+
--------------------
10+
##### Enhancements
11+
* Document Embedding - set SBERT as default ([#875](../../pull/875))
12+
* Document Embedding: add SBERT ([#839](../../pull/839))
13+
14+
##### Bugfixes
15+
* Corpus: fix ngrams_corpus ([#871](../../pull/871))
16+
817
[1.9.0] - 2022-06-21
918
--------------------
1019
##### Bugfixes
@@ -369,8 +378,9 @@ Change Log
369378
--------------------
370379

371380

372-
[next]: https://github.com/biolab/orange3-text/compare/1.9.0...HEAD
373-
[1.8.1]: https://github.com/biolab/orange3-text/compare/1.8.1...1.9.0
381+
[next]: https://github.com/biolab/orange3-text/compare/1.10.0...HEAD
382+
[1.10.0]: https://github.com/biolab/orange3-text/compare/1.9.0...1.10.0
383+
[1.9.0]: https://github.com/biolab/orange3-text/compare/1.8.1...1.9.0
374384
[1.8.1]: https://github.com/biolab/orange3-text/compare/1.8.0...1.8.1
375385
[1.8.0]: https://github.com/biolab/orange3-text/compare/1.7.0...1.8.0
376386
[1.7.0]: https://github.com/biolab/orange3-text/compare/1.6.2...1.7.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
MAJOR = 1
1919
MINOR = 10
2020
MICRO = 0
21-
IS_RELEASED = False
21+
IS_RELEASED = True
2222
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
2323
FULL_VERSION = VERSION
2424

0 commit comments

Comments
 (0)