Skip to content

Commit 8ba3cd6

Browse files
committed
Release 3.36.1
1 parent f1aa691 commit 8ba3cd6

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Change Log
44
[next] - TBA
55
------------
66

7+
[3.36.1] - 2023-09-22
8+
--------------------
9+
##### Bugfixes
10+
* Distributions: Fix selection output ([#6578](../../pull/6578))
11+
* Datasets: save selected dataset platform independently ([#6575](../../pull/6575))
12+
13+
714
[3.36.0] - 2023-09-08
815
--------------------
916
##### Enhancements
@@ -1822,7 +1829,8 @@ Change Log
18221829
* Initial version based on Python 1.5.2 and Qt 2.3
18231830

18241831

1825-
[next]: https://github.com/biolab/orange3/compare/3.35.0..HEAD
1832+
[next]: https://github.com/biolab/orange3/compare/3.36.1..HEAD
1833+
[3.36.1]: https://github.com/biolab/orange3/compare/3.36.0...3.36.1
18261834
[3.36.0]: https://github.com/biolab/orange3/compare/3.35.0...3.36.0
18271835
[3.35.0]: https://github.com/biolab/orange3/compare/3.34.1...3.35.0
18281836
[3.34.1]: https://github.com/biolab/orange3/compare/3.34.0...3.34.1

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636

3737
NAME = 'Orange3'
3838

39-
VERSION = '3.37.0'
40-
ISRELEASED = False
39+
VERSION = '3.36.1'
40+
ISRELEASED = True
4141
# full version identifier including a git revision identifier for development
4242
# build/releases (this is filled/updated in `write_version_py`)
4343
FULLVERSION = VERSION

0 commit comments

Comments
 (0)