From 8ba3cd671af38e981bb41ec1c3b81c82c0d56b26 Mon Sep 17 00:00:00 2001
From: PrimozGodec
Date: Fri, 22 Sep 2023 10:26:10 +0200
Subject: [PATCH] Release 3.36.1
---
CHANGELOG.md | 10 +++++++++-
setup.py | 4 ++--
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6eb252947ba..bf99135db1c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
@@ -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
diff --git a/setup.py b/setup.py
index 230c3f2de93..d8fa0cfd83d 100755
--- a/setup.py
+++ b/setup.py
@@ -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