Skip to content

Commit 9768c92

Browse files
committed
Version, zenodo
1 parent d4a7a59 commit 9768c92

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

.zenodo.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
{
44
"name": "OMC-Team",
55
"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"
630
}
731
],
832
"title": "PyLHC",

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# pylhc Changelog
22

3+
## Version 0.1.1
4+
5+
- Added:
6+
- `python2` parameter for autosix.
7+
38
## Version 0.1.0
49

510
- Added:

pylhc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
__title__ = "pylhc"
1111
__description__ = "An accelerator physics script collection for the OMC team at CERN."
1212
__url__ = "https://github.com/pylhc/pylhc"
13-
__version__ = "0.1.0"
13+
__version__ = "0.1.1"
1414
__author__ = "pylhc"
1515
__author_email__ = "[email protected]"
1616
__license__ = "MIT"

0 commit comments

Comments
 (0)