Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
f553b25b
Commit
f553b25b
authored
Feb 19, 2017
by
Maxime Perrotin
Browse files
Update version
parent
48af1941
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f553b25b
...
@@ -142,6 +142,9 @@ The background pattern was downloaded from www.subtlepatterns.com
...
@@ -142,6 +142,9 @@ The background pattern was downloaded from www.subtlepatterns.com
Changelog
Changelog
=========
=========
1.
5.26 (02/2017)
-
Statecharts can be configured to filter out signals
1.
5.25 (01/2017)
1.
5.25 (01/2017)
-
Ada backend generates aliased context (used for model checking)
-
Ada backend generates aliased context (used for model checking)
...
...
opengeode/opengeode.py
View file @
f553b25b
...
@@ -138,7 +138,7 @@ except ImportError:
...
@@ -138,7 +138,7 @@ except ImportError:
__all__
=
[
'opengeode'
,
'SDL_Scene'
,
'SDL_View'
,
'parse'
]
__all__
=
[
'opengeode'
,
'SDL_Scene'
,
'SDL_View'
,
'parse'
]
__version__
=
'1.5.2
5
'
__version__
=
'1.5.2
6
'
if
hasattr
(
sys
,
'frozen'
):
if
hasattr
(
sys
,
'frozen'
):
# Detect if we are running on Windows (py2exe-generated)
# Detect if we are running on Windows (py2exe-generated)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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