Skip to content

Commit

Permalink
Release version 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Oct 6, 2022
1 parent 75b2c49 commit 9455752
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Change Log
------------
* ...

[1.12.0] - 2022-10-06
--------------------
##### Bugfixes
* Ontology - remove cache and other fixes ([#896](../../pull/896))
* VectorizationComputeValue - fix unpickling old pickles ([#904](../../pull/904))
* Keywords/Score Documents - fix ctrl/cmd selection ([#902](../../pull/902))
* Word Enrichment - fix PyQt6 incompatibility and sort imports ([#901](../../pull/901))
* VectorizationComputeValue - remove wrongly set "original" variable ([#900](../../pull/900))

[1.11.0] - 2022-08-24
--------------------
##### Enhancements
Expand Down Expand Up @@ -388,7 +397,8 @@ Change Log
--------------------


[next]: https://github.com/biolab/orange3-text/compare/1.11.0...HEAD
[next]: https://github.com/biolab/orange3-text/compare/1.12.0...HEAD
[1.12.0]: https://github.com/biolab/orange3-text/compare/1.11.0...1.12.0
[1.11.0]: https://github.com/biolab/orange3-text/compare/1.10.0...1.11.0
[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
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 = 12
MICRO = 0
IS_RELEASED = False
IS_RELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
FULL_VERSION = VERSION

Expand Down

0 comments on commit 9455752

Please sign in to comment.