Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tomwer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Olof Svensson
tomwer
Commits
f97240f5
Commit
f97240f5
authored
8 years ago
by
astaric
Browse files
Options
Downloads
Patches
Plain Diff
Release 3.3.5
parent
6a70f4bc
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+9
-1
9 additions, 1 deletion
CHANGELOG.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
10 additions
and
2 deletions
CHANGELOG.md
+
9
−
1
View file @
f97240f5
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
f97240f5
...
...
@@ -20,7 +20,7 @@ from distutils.command.build_ext import build_ext
NAME
=
'
Orange3
'
VERSION
=
'
3.3.5
'
ISRELEASED
=
Fals
e
ISRELEASED
=
Tru
e
# full version identifier including a git revision identifier for development
# build/releases (this is filled/updated in `write_version_py`)
FULLVERSION
=
VERSION
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment