Skip to content
Snippets Groups Projects
Commit f97240f5 authored by astaric's avatar astaric
Browse files

Release 3.3.5

parent 6a70f4bc
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,13 @@ Change Log
------------
* ...
[3.3.5] - 2016-06-01
--------------------
##### Bugfixes
* Revert hack that caused missing icons in osx build
* Fix installation in environments without numpy installed (#1291)
* Allow running of library test when PyQt is not available (#1289)
[3.3.4] - 2016-05-27
--------------------
##### Enhancements
......@@ -111,7 +118,8 @@ Change Log
* Initial version based on Python 1.5.2 and Qt 2.3
[next]: https://github.com/biolab/orange3/compare/3.3.4...HEAD
[next]: https://github.com/biolab/orange3/compare/3.3.5...HEAD
[3.3.5]: https://github.com/biolab/orange3/compare/3.3.4...3.3.5
[3.3.4]: https://github.com/biolab/orange3/compare/3.3.3...3.3.4
[3.3.3]: https://github.com/biolab/orange3/compare/3.3.2...3.3.3
[3.3.2]: https://github.com/biolab/orange3/compare/3.3.1...3.3.2
......
......@@ -20,7 +20,7 @@ from distutils.command.build_ext import build_ext
NAME = 'Orange3'
VERSION = '3.3.5'
ISRELEASED = False
ISRELEASED = True
# full version identifier including a git revision identifier for development
# build/releases (this is filled/updated in `write_version_py`)
FULLVERSION = VERSION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment