Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
85e4dd5e
Commit
85e4dd5e
authored
Dec 04, 2015
by
Maxime Perrotin
Browse files
Update version and changelog
parent
33c0ff63
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
85e4dd5e
...
...
@@ -148,6 +148,9 @@ The fonts are the fonts from Ubuntu, check licence in file FONT-LICENSE.TXT
Changelog
=========
1.
3.7 (12/2015)
-
Added icon to use Continuous Signals from the GUI
1.
3.6 (11/2015)
-
Support external procedures having a return statement
this allows to import math functions from the libmath without having
...
...
opengeode/opengeode.py
View file @
85e4dd5e
...
...
@@ -117,7 +117,7 @@ except ImportError:
__all__
=
[
'opengeode'
,
'SDL_Scene'
,
'SDL_View'
,
'parse'
]
__version__
=
'1.3.
6
'
__version__
=
'1.3.
7
'
if
hasattr
(
sys
,
'frozen'
):
# Detect if we are running on Windows (py2exe-generated)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment