Skip to content
Snippets Groups Projects
Commit 4f19f87e authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Update version to 1.4.0

parent 61b98fc1
No related branches found
No related tags found
1 merge request!146Release CMO metadata to production
Pipeline #68641 passed
[ [
{ {
"name": "geomag-algorithms", "name": "geomag-algorithms",
"organization": "U.S. Geological Survey", "organization": "U.S. Geological Survey",
"description": "Library for processing Geomagnetic timeseries data.", "description": "Library for processing Geomagnetic timeseries data.",
"version": "1.3.5", "version": "1.4.0",
"status": "Development", "status": "Development",
"permissions": { "permissions": {
"usageType": "openSource", "usageType": "openSource",
"licenses": [ "licenses": [
{ {
"name": "Public Domain, CC0-1.0", "name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms/raw/master/LICENSE.md" "URL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms/raw/master/LICENSE.md"
} }
] ]
}, },
"homepageURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms", "homepageURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms",
"downloadURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms/-/archive/master/geomag-algorithms-master.zip", "downloadURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms/-/archive/master/geomag-algorithms-master.zip",
"disclaimerURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms/raw/master/DISCLAIMER.md", "disclaimerURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms/raw/master/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms.git", "repositoryURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms.git",
"vcs": "git", "vcs": "git",
"laborHours": 0, "laborHours": 0,
"tags": ["usgs", "geomagnetism", "timeseries", "processing"], "tags": ["usgs", "geomagnetism", "timeseries", "processing"],
"languages": ["Shell", "Python"], "languages": ["Shell", "Python"],
"contact": { "contact": {
"name": "HazDev Team", "name": "HazDev Team",
"email": "gs-haz_dev_team_group@usgs.gov" "email": "gs-haz_dev_team_group@usgs.gov"
}, },
"date": { "date": {
"metadataLastUpdated": "2020-11-10" "metadataLastUpdated": "2021-08-24"
}
} }
] }
]
...@@ -17,7 +17,7 @@ packages = [ ...@@ -17,7 +17,7 @@ packages = [
{include = "geomagio" } {include = "geomagio" }
] ]
repository="https://code.usgs.gov/ghsc/geomag/geomag-algorithms" repository="https://code.usgs.gov/ghsc/geomag/geomag-algorithms"
version = "1.3.6" version = "1.4.0"
[tool.poetry.dependencies] [tool.poetry.dependencies]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment