File tree 3 files changed +30
-1
lines changed 3 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 3
3
{
4
4
"name" : " OMC-Team" ,
5
5
"affiliation" : " CERN"
6
+ },
7
+ {
8
+ "name" : " Michael Hofer" ,
9
+ "affiliation" : " CERN" ,
10
+ "orcid" : " 0000-0001-6173-0232"
11
+ },
12
+ {
13
+ "name" : " Joschua Dilly" ,
14
+ "affiliation" : " CERN" ,
15
+ "orcid" : " 0000-0001-7864-5448"
16
+ },
17
+ {
18
+ "name" : " Felix Soubelet" ,
19
+ "affiliation" : " CERN" ,
20
+ "orcid" : " 0000-0001-8012-1440"
21
+ },
22
+ {
23
+ "name" : " Rogelio Tomas Garcia" ,
24
+ "affiliation" : " CERN" ,
25
+ "orcid" : " 0000-0002-9857-1703"
26
+ },
27
+ {
28
+ "name" : " Tobias Persson" ,
29
+ "affiliation" : " CERN"
6
30
}
7
31
],
8
32
"title" : " PyLHC" ,
Original file line number Diff line number Diff line change 1
1
# pylhc Changelog
2
2
3
+ ## Version 0.1.1
4
+
5
+ - Added:
6
+ - ` python2 ` parameter for autosix.
7
+
3
8
## Version 0.1.0
4
9
5
10
- Added:
Original file line number Diff line number Diff line change 10
10
__title__ = "pylhc"
11
11
__description__ = "An accelerator physics script collection for the OMC team at CERN."
12
12
__url__ = "https://github.com/pylhc/pylhc"
13
- __version__ = "0.1.0 "
13
+ __version__ = "0.1.1 "
14
14
__author__ = "pylhc"
15
15
__author_email__ = "[email protected] "
16
16
__license__ = "MIT"
You can’t perform that action at this time.
0 commit comments