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
ecf2ef10
Commit
ecf2ef10
authored
Jun 13, 2015
by
Maxime Perrotin
Browse files
Set version to 1.0.0
parent
078d9bd0
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
ecf2ef10
...
...
@@ -35,6 +35,7 @@ Features
-
Undo/Redo, Copy-Paste
-
(Limited) VIM mode - You can use :wq or :%s,search,replace,g, and /search pattern
-
SDL to LLVM code generation
-
Python API to parse and render SDL from other Python modules
Installation
============
...
...
@@ -147,6 +148,10 @@ The fonts are the fonts from Ubuntu, check licence in file FONT-LICENSE.TXT
Changelog
=========
1.
0.0 (06/2015)
-
Bugfixes and minor improvements
-
Python API / Simulator function (coupled with other TASTE components)
1.
0RC (10/2014)
-
Release candidate Version 1
-
Allow standalone systems (made of one process)
...
...
opengeode/opengeode.py
View file @
ecf2ef10
...
...
@@ -110,7 +110,7 @@ except ImportError:
__all__
=
[
'opengeode'
,
'SDL_Scene'
,
'SDL_View'
,
'parse'
]
__version__
=
'1.0
RC2
'
__version__
=
'1.0
.0
'
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