File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 55 - family-names : Doiel
66 given-names : Robert
77 orcid : https://orcid.org/0000-0003-0900-6903
8+ version : 1.0.4-dev
89date-released : 2021-07-15
Original file line number Diff line number Diff line change 66 "codeRepository" : " https://github.com/caltechlibrary/datatools" ,
77 "issueTracker" : " https://github.com/caltechlibrary/datatools/issues" ,
88 "license" : " https://data.caltech.edu/license" ,
9- "version" : " 1.0.3 " ,
9+ "version" : " 1.0.4-dev " ,
1010 "author" : [
1111 {
1212 "@type" : " Person" ,
Original file line number Diff line number Diff line change @@ -88,6 +88,10 @@ authors:`)
8888doi: %s` , doi ))... )
8989 }
9090 }
91+ if cm .Version != "" {
92+ src = append (src , []byte (fmt .Sprintf (`
93+ version: %s` , cm .Version ))... )
94+ }
9195 if cm .Published != "" {
9296 src = append (src , []byte (fmt .Sprintf (`
9397date-released: %s` , cm .Published ))... )
Original file line number Diff line number Diff line change 11package datatools
22
3- const Version = "1.0.3 "
3+ const Version = "1.0.4-dev "
44
You can’t perform that action at this time.
0 commit comments