Skip to content

Commit

Permalink
update code.json to include both dev and official versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ehinman committed Sep 23, 2024
1 parent 16ab1de commit 5c1da63
Showing 1 changed file with 45 additions and 2 deletions.
47 changes: 45 additions & 2 deletions code.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,52 @@
"name": "dataretrieval",
"organization": "U.S. Geological Survey",
"description": "A Python package for discovering and retrieving water data from U.S. federal hydrologic web services.",
"version": "v1.0.2",
"version": "master",
"status": "Development",

"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/water/dataretrieval-python/-/raw/master/LICENSE.md"
}
]
},

"homepageURL": "https://code.usgs.gov/water/dataretrieval-python",
"downloadURL": "https://code.usgs.gov/water/dataretrieval-python/-/archive/master/dataretrieval-python-master.zip",
"disclaimerURL": "https://code.usgs.gov/water/dataretrieval-python/-/raw/master/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/water/dataretrieval-python.git",
"vcs": "git",

"laborHours": 0,

"tags": [
"Python",
"USGS"
],

"languages": [
"Python"
],

"contact": {
"name": "Timothy 0. Hodson",
"email": "[email protected]"
},

"date": {
"metadataLastUpdated": "2024-09-17"
}
},
{
"name": "dataretrieval",
"organization": "U.S. Geological Survey",
"description": "A Python package for discovering and retrieving water data from U.S. federal hydrologic web services.",
"version": "v1.0.2",
"status": "Production",

"permissions": {
"usageType": "openSource",
"licenses": [
Expand Down Expand Up @@ -39,7 +82,7 @@
},

"date": {
"metadataLastUpdated": "2022-02-13"
"metadataLastUpdated": "2024-08-30"
}
}
]

0 comments on commit 5c1da63

Please sign in to comment.