Skip to content

Commit c686cc5

Browse files
committed
Changed version number to 8.4.2
1 parent ce2e1be commit c686cc5

36 files changed

+39
-39
lines changed

002_change_version_number.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
with open(filename) as fid:
1010
content = fid.read()
1111
if '[email protected]' in content:
12-
content = content.replace('PyECLOUD Version 8.4.1', 'PyECLOUD Version 8.4.1')
12+
content = content.replace('PyECLOUD Version 8.4.2', 'PyECLOUD Version 8.4.2')
1313
with open(filename, 'w') as fid:
1414
fid.write(content)
1515

003_change_preamble.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#
2121
# This file is part of the code:
2222
#
23-
# PyECLOUD Version 8.4.1
23+
# PyECLOUD Version 8.4.2
2424
#
2525
#
2626
# Main author: Giovanni IADAROLA

MP_system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 8.4.1
10+
# PyECLOUD Version 8.4.2
1111
#
1212
#
1313
# Main author: Giovanni IADAROLA

PyEC4PyHT.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 8.4.1
10+
# PyECLOUD Version 8.4.2
1111
#
1212
#
1313
# Main author: Giovanni IADAROLA
@@ -238,7 +238,7 @@ def __init__(
238238
239239
"""
240240

241-
print("PyECLOUD Version 8.4.1")
241+
print("PyECLOUD Version 8.4.2")
242242

243243
# These git commands return the hash and the branch of the specified git directory.
244244
path_to_git = os.path.dirname(os.path.abspath(__file__)) + "/.git"

beam_and_timing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 8.4.1
10+
# PyECLOUD Version 8.4.2
1111
#
1212
#
1313
# Main author: Giovanni IADAROLA

buildup_simulation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
# This file is part of the code:
1111
#
12-
# PyECLOUD Version 8.4.1
12+
# PyECLOUD Version 8.4.2
1313
#
1414
#
1515
# Main author: Giovanni IADAROLA
@@ -71,7 +71,7 @@ def __init__(
7171
**kwargs
7272
):
7373

74-
print("PyECLOUD Version 8.4.1")
74+
print("PyECLOUD Version 8.4.2")
7575
(
7676
beamtim,
7777
spacech_ele,

cloud_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 8.4.1
10+
# PyECLOUD Version 8.4.2
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

cross_ionization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 8.4.1
10+
# PyECLOUD Version 8.4.2
1111
#
1212
#
1313
# Main author: Giovanni IADAROLA

dynamics_Boris_f2py.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 8.4.1
10+
# PyECLOUD Version 8.4.2
1111
#
1212
#
1313
# Main author: Giovanni IADAROLA

dynamics_Boris_multipole.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyECLOUD Version 8.4.1
10+
# PyECLOUD Version 8.4.2
1111
#
1212
#
1313
# Main author: Giovanni IADAROLA

0 commit comments

Comments
 (0)