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
aff8e3b0
Commit
aff8e3b0
authored
Aug 27, 2016
by
Maxime Perrotin
Browse files
Increase version
parent
797a6026
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
aff8e3b0
...
...
@@ -142,11 +142,12 @@ The background pattern was downloaded from www.subtlepatterns.com
Changelog
=========
1.
5.
5
(08/2016)
1.
5.
6
(08/2016)
-
vi interface supports history
-
vi interface for substitution can apply to the whole model (with g)
-
refactoring function via vi interface (eg. %state,fromName,toName,)
-
Fixed issue with rendering (coordinates of symbols could be wrong)
-
Introduce data dictionary
1.
5.4 (08/2016)
-
Various GUI improvements
...
...
opengeode/opengeode.py
View file @
aff8e3b0
...
...
@@ -137,7 +137,7 @@ except ImportError:
__all__
=
[
'opengeode'
,
'SDL_Scene'
,
'SDL_View'
,
'parse'
]
__version__
=
'1.5.
5
'
__version__
=
'1.5.
6
'
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