Skip to content

Commit 6b9ec52

Browse files
committed
Release 3.4.1
1 parent 9902334 commit 6b9ec52

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ Change Log
66
* ...
77

88

9+
[3.4.1] - 2017-03-16
10+
--------------------
11+
##### Enhancements
12+
* Scatterplot: Implement grouping of selections ([#2070](../../pull/2070))
13+
14+
##### Bugfixes
15+
* Discover widgets when some dependencies are missing ([#2103](../../pull/2103))
16+
* Select Rows: "is defined" fails ([#2087](../../pull/2087))
17+
* report comments and OWFile reporting filename ([#1956](../../pull/1956))
18+
* owcorrespondence: Handle variables with one value ([#2066](../../pull/2066))
19+
* OWTreeViewer: Fix trees being displayed differently for same tree object ([#2067](../../pull/2067))
20+
* Fitter: Properly delegate preprocessors ([#2093](../../pull/2093))
21+
22+
923
[3.4.0] - 2017-03-06
1024
--------------------
1125
##### Enhancements
@@ -425,7 +439,8 @@ Change Log
425439
* Initial version based on Python 1.5.2 and Qt 2.3
426440

427441

428-
[next]: https://github.com/biolab/orange3/compare/3.4.0...HEAD
442+
[next]: https://github.com/biolab/orange3/compare/3.4.1...HEAD
443+
[3.4.1]: https://github.com/biolab/orange3/compare/3.4.0...3.4.1
429444
[3.4.0]: https://github.com/biolab/orange3/compare/3.3.12...3.4.0
430445
[3.3.12]: https://github.com/biolab/orange3/compare/3.3.11...3.3.12
431446
[3.3.11]: https://github.com/biolab/orange3/compare/3.3.10...3.3.11

setup.py

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

2020
NAME = 'Orange3'
2121

22-
VERSION = '3.5.0'
23-
ISRELEASED = False
22+
VERSION = '3.4.1'
23+
ISRELEASED = True
2424
# full version identifier including a git revision identifier for development
2525
# build/releases (this is filled/updated in `write_version_py`)
2626
FULLVERSION = VERSION

0 commit comments

Comments
 (0)