Skip to content

Commit

Permalink
Release 3.36.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Oct 31, 2023
1 parent dde4638 commit 61033ec
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ Change Log
[next] - TBA
------------


[3.36.2] - 2023-10-31
--------------------
##### Enhancements
* oweditdomain: Add variable filter ([#6603](../../pull/6603))
* IO - Change origin attribute when not find on system ([#6555](../../pull/6555))
* Predictions: Output errors ([#6577](../../pull/6577))

##### Bugfixes
* EmbedderCache - Handle cache persisting when no permissions ([#6611](../../pull/6611))


[3.36.1] - 2023-09-22
--------------------
##### Bugfixes
Expand Down Expand Up @@ -1829,7 +1841,8 @@ Change Log
* Initial version based on Python 1.5.2 and Qt 2.3


[next]: https://github.com/biolab/orange3/compare/3.36.1..HEAD
[next]: https://github.com/biolab/orange3/compare/3.36.2..HEAD
[3.36.2]: https://github.com/biolab/orange3/compare/3.36.1...3.36.2
[3.36.1]: https://github.com/biolab/orange3/compare/3.36.0...3.36.1
[3.36.0]: https://github.com/biolab/orange3/compare/3.35.0...3.36.0
[3.35.0]: https://github.com/biolab/orange3/compare/3.34.1...3.35.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@

NAME = 'Orange3'

VERSION = '3.37.0'
ISRELEASED = False
VERSION = '3.36.2'
ISRELEASED = True
# full version identifier including a git revision identifier for development
# build/releases (this is filled/updated in `write_version_py`)
FULLVERSION = VERSION
Expand Down

0 comments on commit 61033ec

Please sign in to comment.