mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +01:00
Added version number of JSON file format to 1.0
This commit is contained in:
parent
0e685d552a
commit
8e5938ebe3
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ def create_json_string(ol, description='', indent=1):
|
|||
|
||||
d = {}
|
||||
d['program'] = 'pyerrors %s' % (pyerrorsversion.__version__)
|
||||
d['version'] = '0.2'
|
||||
d['version'] = '1.0'
|
||||
d['who'] = getpass.getuser()
|
||||
d['date'] = datetime.datetime.now().astimezone().strftime('%Y-%m-%d %H:%M:%S %z')
|
||||
d['host'] = socket.gethostname() + ', ' + platform.platform()
|
||||
|
|
Loading…
Add table
Reference in a new issue