Skip to content

Commit

Permalink
global: version bump to 0.1.8
Browse files Browse the repository at this point in the history
* ADD preprintyear to allowed fields
* ADD publicationyear to allowed fields

Signed-off-by: Eamonn Maguire <[email protected]>
  • Loading branch information
eamonnmag committed Feb 11, 2016
1 parent ab39abb commit 9c0cf18
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
14 changes: 14 additions & 0 deletions hepdata_validator/schemas/additional_info_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,20 @@
}
]
},
"preprintyear": {
"id": "http://hepdata.org/submission/schema/data/preprintyear",
"type": "string",
"title": "Preprint Year",
"description": "Indicates when the submission was last updated.",
"name": "preprintyear"
},
"publicationyear": {
"id": "http://hepdata.org/submission/schema/data/publicationyear",
"type": "string",
"title": "Publication Year",
"description": "Indicates when the submission was last updated.",
"name": "publicationyear"
},
"dateupdated": {
"id": "http://hepdata.org/submission/schema/data/dateupdated",
"type": "string",
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ def run_tests(self):

setup(
name='hepdata_validator',
version='0.1.7',
summary='0.1.7 release',
version='0.1.8',
summary='0.1.8 release',
url='https://github.com/hepdata/hepdata-validator',
license='GPLv2',
author='Eamonn Maguire',
Expand Down
3 changes: 3 additions & 0 deletions testsuite/test_data/valid_submission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ additional_resources:
- location: "http://github.com/HEPData/hepdata"
description: "Full source code for creating this data"
dateupdated: '01/02/2016 10:38:36'
preprintyear: '2015'
publicationyear: '2016'
dateupdated: '01/02/2016 10:38:36'
comment: | # Information that applies to all data tables.
CERN-LHC. Measurements of the cross section for ZZ production using the 4l and 2l2nu decay channels in proton-proton collisions at a centre-of-mass energy of 7 TeV with 4.6 fb^-1 of data collected in 2011. The final states used are 4 electrons, 4 muons, 2 electrons and 2 muons, 2 electrons and missing transverse momentum, and 2 muons and missing transverse momentum (MET).
Expand Down

0 comments on commit 9c0cf18

Please sign in to comment.