Skip to content

Commit

Permalink
Merge branch 'develop' into python3_master
Browse files Browse the repository at this point in the history
  • Loading branch information
giadarol committed Dec 2, 2019
2 parents 07456d7 + 378c2ad commit 0d30755
Show file tree
Hide file tree
Showing 53 changed files with 1,227 additions and 344 deletions.
2 changes: 1 addition & 1 deletion 002_change_version_number.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
with open(filename) as fid:
content = fid.read()
if 'giovanni.iadarola@cern.ch' in content:
content = content.replace('PyECLOUD Version 8.2.0', 'PyECLOUD Version 8.2.0')
content = content.replace('PyECLOUD Version 8.3.0', 'PyECLOUD Version 8.3.0')
with open(filename, 'w') as fid:
fid.write(content)

Expand Down
2 changes: 1 addition & 1 deletion 003_change_preamble.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.2.0
# PyECLOUD Version 8.3.0
#
#
# Main author: Giovanni IADAROLA
Expand Down
2 changes: 1 addition & 1 deletion MP_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# This file is part of the code:
#
# PyECLOUD Version 8.2.0
# PyECLOUD Version 8.3.0
#
#
# Main author: Giovanni IADAROLA
Expand Down
Loading

0 comments on commit 0d30755

Please sign in to comment.