Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Avet Harutyunyan
gofio
Commits
1d20c652
Commit
1d20c652
authored
Nov 23, 2017
by
Monica Rainer
Browse files
Add __version__.py
parent
60a29b8a
Changes
3
Hide whitespace changes
Inline
Side-by-side
gofio/__init__.py
View file @
1d20c652
from
__version__
import
__version__
gofio/__version__.py
0 → 100644
View file @
1d20c652
__version__
=
'1.2.0'
gofio/drslib/config.py
View file @
1d20c652
...
...
@@ -5,6 +5,7 @@ Implemented in the GIANOB DRS by Monica Rainer
import
os
,
tempfile
,
datetime
from
collections
import
OrderedDict
from
__version__
import
__version__
def
getdate
(
date_time
=
None
):
...
...
@@ -57,7 +58,8 @@ else:
CONFIG
=
{}
CONFIG
[
'APPNAME'
]
=
'GOFIO'
CONFIG
[
'VERSION'
]
=
1.0
#CONFIG['VERSION'] = 1.0
CONFIG
[
'VERSION'
]
=
__version__
CONFIG
[
'DATE'
]
=
getdate
()
CONFIG
[
'OFFLINE'
]
=
False
...
...
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