Skip to content

Commit

Permalink
Release 3.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Sep 22, 2023
1 parent f1aa691 commit 8ba3cd6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Change Log
[next] - TBA
------------

[3.36.1] - 2023-09-22
--------------------
##### Bugfixes
* Distributions: Fix selection output ([#6578](../../pull/6578))
* Datasets: save selected dataset platform independently ([#6575](../../pull/6575))


[3.36.0] - 2023-09-08
--------------------
##### Enhancements
Expand Down Expand Up @@ -1822,7 +1829,8 @@ Change Log
* Initial version based on Python 1.5.2 and Qt 2.3


[next]: https://github.com/biolab/orange3/compare/3.35.0..HEAD
[next]: https://github.com/biolab/orange3/compare/3.36.1..HEAD
[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
[3.34.1]: https://github.com/biolab/orange3/compare/3.34.0...3.34.1
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.1'
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 8ba3cd6

Please sign in to comment.