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
0fa743fe
Commit
0fa743fe
authored
Oct 21, 2015
by
Maxime Perrotin
Browse files
Change version number and README
Moved to 1.3.0 - this version introduces support to state aggregations.
parent
1eac7cf6
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
0fa743fe
...
...
@@ -148,6 +148,9 @@ The fonts are the fonts from Ubuntu, check licence in file FONT-LICENSE.TXT
Changelog
=========
1.
3.0 (10/2015)
-
Support for State Aggregations (parallel states)
1.
2.10 (10/2015)
-
Better support of renamePolicy
-
Better handling of models without CIF coordinates
...
...
opengeode/opengeode.py
View file @
0fa743fe
...
...
@@ -116,7 +116,7 @@ except ImportError:
__all__
=
[
'opengeode'
,
'SDL_Scene'
,
'SDL_View'
,
'parse'
]
__version__
=
'1.
2.1
0'
__version__
=
'1.
3.
0'
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