Skip to content

Commit 3fd43d4

Browse files
committed
Release 3.38.1
1 parent 2efb65b commit 3fd43d4

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ Change Log
55
------------
66

77

8+
[3.38.1] - 2024-12-23
9+
--------------------
10+
##### Enhancements
11+
* Scatter Plot: Error Bars ([#6934](../../pull/6934))
12+
13+
##### Bugfixes
14+
* 1 line headers: only allow single-letter types and flags ([#6959](../../pull/6959))
15+
* Group By: fix categorical aggregations ([#6958](../../pull/6958))
16+
* Orange can be imported without Qt (fixed importing localization) ([#6955](../../pull/6955))
17+
* Fix documentation in packages: fix sphinx build command ([#6950](../../pull/6950))
18+
* httpx 0.28 support: use mounts instead of proxies ([#6943](../../pull/6943))
19+
* owpredicttions: Remove special magic value 2 ([#6933](../../pull/6933))
20+
21+
822
[3.38.0] - 2024-11-15
923
--------------------
1024
##### Enhancements
@@ -1897,8 +1911,9 @@ Change Log
18971911
* Initial version based on Python 1.5.2 and Qt 2.3
18981912

18991913

1900-
[next]: https://github.com/biolab/orange3/compare/3.38.0..HEAD
1901-
[3.37.0]: https://github.com/biolab/orange3/compare/3.37.0...3.38.0
1914+
[next]: https://github.com/biolab/orange3/compare/3.38.1..HEAD
1915+
[3.38.1]: https://github.com/biolab/orange3/compare/3.38.0...3.38.1
1916+
[3.38.0]: https://github.com/biolab/orange3/compare/3.37.0...3.38.0
19021917
[3.37.0]: https://github.com/biolab/orange3/compare/3.36.2...3.37.0
19031918
[3.36.2]: https://github.com/biolab/orange3/compare/3.36.1...3.36.2
19041919
[3.36.1]: https://github.com/biolab/orange3/compare/3.36.0...3.36.1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636

3737
NAME = 'Orange3'
3838

39-
VERSION = '3.39.0'
40-
ISRELEASED = False
39+
VERSION = '3.38.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)