Skip to content

Commit 0d30755

Browse files
committed
Merge branch 'develop' into python3_master
2 parents 07456d7 + 378c2ad commit 0d30755

File tree

53 files changed

+1227
-344
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1227
-344
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.2.0', 'PyECLOUD Version 8.2.0')
12+
content = content.replace('PyECLOUD Version 8.3.0', 'PyECLOUD Version 8.3.0')
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.2.0
23+
# PyECLOUD Version 8.3.0
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.2.0
10+
# PyECLOUD Version 8.3.0
1111
#
1212
#
1313
# Main author: Giovanni IADAROLA

0 commit comments

Comments
 (0)