Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Sep 16, 2021
1 parent a5544ec commit e7d663e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ Change Log
------------
* ...

[1.5.1] - 2021-09-16
--------------------
##### Bugfixes
* Fixing bug with non-working Gensim library


[1.5.0] - 2021-09-13
--------------------

##### Enhancements
* Keywords: Add 'Embedding' scoring method ([#666](../../pull/666))
Expand All @@ -29,6 +36,7 @@ Change Log
* Document Embedder: fix default language setting ([#716](../../pull/716))

[1.4.0] - 2021-05-27
--------------------

##### Enhancements
* Score documents widget ([#632](../../pull/632))
Expand Down Expand Up @@ -282,8 +290,10 @@ Change Log
--------------------


[next]: https://github.com/biolab/orange3-text/compare/1.4.0...HEAD
[1.3.1]: https://github.com/biolab/orange3-text/compare/1.3.1...1.4.0
[next]: https://github.com/biolab/orange3-text/compare/1.4.1...HEAD
[1.5.1]: https://github.com/biolab/orange3-text/compare/1.5.0...1.5.1
[1.5.0]: https://github.com/biolab/orange3-text/compare/1.4.0...1.5.0
[1.4.0]: https://github.com/biolab/orange3-text/compare/1.3.1...1.4.0
[1.3.1]: https://github.com/biolab/orange3-text/compare/1.3.0...1.3.1
[1.3.0]: https://github.com/biolab/orange3-text/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/biolab/orange3-text/compare/1.1.0...1.2.0
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
NAME = 'Orange3-Text'

MAJOR = 1
MINOR = 6
MICRO = 0
IS_RELEASED = False
MINOR = 5
MICRO = 1
IS_RELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
FULL_VERSION = VERSION

Expand Down

0 comments on commit e7d663e

Please sign in to comment.