Skip to content

Commit

Permalink
Release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdapretnar committed Jul 8, 2022
1 parent b3b3591 commit 8737f78
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Change Log
------------
* ...

[1.10.0] - 2022-07-08
--------------------
##### Enhancements
* Document Embedding - set SBERT as default ([#875](../../pull/875))
* Document Embedding: add SBERT ([#839](../../pull/839))

##### Bugfixes
* Corpus: fix ngrams_corpus ([#871](../../pull/871))

[1.9.0] - 2022-06-21
--------------------
##### Bugfixes
Expand Down Expand Up @@ -369,8 +378,9 @@ Change Log
--------------------


[next]: https://github.com/biolab/orange3-text/compare/1.9.0...HEAD
[1.8.1]: https://github.com/biolab/orange3-text/compare/1.8.1...1.9.0
[next]: https://github.com/biolab/orange3-text/compare/1.10.0...HEAD
[1.10.0]: https://github.com/biolab/orange3-text/compare/1.9.0...1.10.0
[1.9.0]: https://github.com/biolab/orange3-text/compare/1.8.1...1.9.0
[1.8.1]: https://github.com/biolab/orange3-text/compare/1.8.0...1.8.1
[1.8.0]: https://github.com/biolab/orange3-text/compare/1.7.0...1.8.0
[1.7.0]: https://github.com/biolab/orange3-text/compare/1.6.2...1.7.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
MAJOR = 1
MINOR = 10
MICRO = 0
IS_RELEASED = False
IS_RELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
FULL_VERSION = VERSION

Expand Down

0 comments on commit 8737f78

Please sign in to comment.