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
99bb652b
Commit
99bb652b
authored
Jun 23, 2015
by
Maxime Perrotin
Browse files
Update version and changelog
parent
ab4a1e35
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
99bb652b
...
...
@@ -148,6 +148,10 @@ The fonts are the fonts from Ubuntu, check licence in file FONT-LICENSE.TXT
Changelog
=========
1.
0.1 (06/2015)
-
Bugfix: use mono when calling asn1.exe by default (needed redhat-based
distros)
1.
0.0 (06/2015)
-
Bugfixes and minor improvements
-
Python API / Simulator function (coupled with other TASTE components)
...
...
opengeode/opengeode.py
View file @
99bb652b
...
...
@@ -110,7 +110,7 @@ except ImportError:
__all__
=
[
'opengeode'
,
'SDL_Scene'
,
'SDL_View'
,
'parse'
]
__version__
=
'1.0.
0
'
__version__
=
'1.0.
1
'
if
hasattr
(
sys
,
'frozen'
):
# Detect if we are running on Windows (py2exe-generated)
...
...
Write
Preview
Markdown
is supported
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