File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed
Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1919
2020NAME = '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`)
2626FULLVERSION = VERSION
You can’t perform that action at this time.
0 commit comments