Skip to content

Commit 93f8ab2

Browse files
committed
Release 3.29.3
1 parent 92715a0 commit 93f8ab2

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ Change Log
33

44
[next] - TBA
55
------------
6-
* ...
6+
7+
[3.29.3] - 2021-06-09
8+
--------------------
9+
##### Bugfixes
10+
* Create Class: fix incorrect value assignment
11+
712

813
[3.29.2] - 2021-06-08
914
--------------------
@@ -1562,7 +1567,8 @@ Change Log
15621567
* Initial version based on Python 1.5.2 and Qt 2.3
15631568

15641569

1565-
[next]: https://github.com/biolab/orange3/compare/3.29.2...HEAD
1570+
[next]: https://github.com/biolab/orange3/compare/3.29.3...HEAD
1571+
[3.29.3]: https://github.com/biolab/orange3/compare/3.29.2...3.29.3
15661572
[3.29.2]: https://github.com/biolab/orange3/compare/3.29.1...3.29.2
15671573
[3.29.1]: https://github.com/biolab/orange3/compare/3.29.0...3.29.1
15681574
[3.29.0]: https://github.com/biolab/orange3/compare/3.28.0...3.29.0

setup.py

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

3838
NAME = 'Orange3'
3939

40-
VERSION = '3.30.0'
41-
ISRELEASED = False
40+
VERSION = '3.29.3'
41+
ISRELEASED = True
4242
# full version identifier including a git revision identifier for development
4343
# build/releases (this is filled/updated in `write_version_py`)
4444
FULLVERSION = VERSION

0 commit comments

Comments
 (0)