From 3fd43d4a7c007948aca20f179fbc7bc57a876aaa Mon Sep 17 00:00:00 2001 From: Marko Toplak Date: Mon, 23 Dec 2024 10:36:59 +0100 Subject: [PATCH] Release 3.38.1 --- CHANGELOG.md | 19 +++++++++++++++++-- setup.py | 4 ++-- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe00d30641..41581b8a71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ Change Log ------------ +[3.38.1] - 2024-12-23 +-------------------- +##### Enhancements +* Scatter Plot: Error Bars ([#6934](../../pull/6934)) + +##### Bugfixes +* 1 line headers: only allow single-letter types and flags ([#6959](../../pull/6959)) +* Group By: fix categorical aggregations ([#6958](../../pull/6958)) +* Orange can be imported without Qt (fixed importing localization) ([#6955](../../pull/6955)) +* Fix documentation in packages: fix sphinx build command ([#6950](../../pull/6950)) +* httpx 0.28 support: use mounts instead of proxies ([#6943](../../pull/6943)) +* owpredicttions: Remove special magic value 2 ([#6933](../../pull/6933)) + + [3.38.0] - 2024-11-15 -------------------- ##### Enhancements @@ -1897,8 +1911,9 @@ Change Log * Initial version based on Python 1.5.2 and Qt 2.3 -[next]: https://github.com/biolab/orange3/compare/3.38.0..HEAD -[3.37.0]: https://github.com/biolab/orange3/compare/3.37.0...3.38.0 +[next]: https://github.com/biolab/orange3/compare/3.38.1..HEAD +[3.38.1]: https://github.com/biolab/orange3/compare/3.38.0...3.38.1 +[3.38.0]: https://github.com/biolab/orange3/compare/3.37.0...3.38.0 [3.37.0]: https://github.com/biolab/orange3/compare/3.36.2...3.37.0 [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 diff --git a/setup.py b/setup.py index 587556b099..7565164c67 100755 --- a/setup.py +++ b/setup.py @@ -36,8 +36,8 @@ NAME = 'Orange3' -VERSION = '3.39.0' -ISRELEASED = False +VERSION = '3.38.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