Skip to content

Commit 67afcb1

Browse files
committed
Release 3.17.0
1 parent 5d7e419 commit 67afcb1

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
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.17.0] - 2018-10-26
10+
--------------------
11+
##### Enhancements
12+
* OWSelectAttributes: Use input features ([#3299](../../pull/3299))
13+
14+
##### Bugfixes
15+
* OWDataTable: reset selections on domain change ([#3327](../../pull/3327))
16+
* owlouvainclustering: Fix race conditions ([#3322](../../pull/3322))
17+
* Save data widget crash on no data ([#3311](../../pull/3311))
18+
* OWWidget: Preserve widget geometry between hide/show events ([#3304](../../pull/3304))
19+
* Fix OWWidget destruction ([#3296](../../pull/3296))
20+
* OWWidget: Fix size hint propagation ([#3253](../../pull/3253))
21+
22+
923
[3.16.0] - 2018-09-14
1024
--------------------
1125
##### Enhancements
@@ -925,7 +939,8 @@ Change Log
925939
* Initial version based on Python 1.5.2 and Qt 2.3
926940

927941

928-
[next]: https://github.com/biolab/orange3/compare/3.16.0...HEAD
942+
[next]: https://github.com/biolab/orange3/compare/3.17.0...HEAD
943+
[3.17.0]: https://github.com/biolab/orange3/compare/3.16.0...3.17.0
929944
[3.16.0]: https://github.com/biolab/orange3/compare/3.15.0...3.16.0
930945
[3.15.0]: https://github.com/biolab/orange3/compare/3.14.0...3.15.0
931946
[3.14.0]: https://github.com/biolab/orange3/compare/3.13.0...3.14.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
NAME = 'Orange3'
2121

2222
VERSION = '3.17.0'
23-
ISRELEASED = False
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)