Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chkim-usgs committed Sep 30, 2024
1 parent 45706b2 commit 1fa73a8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions code.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,22 +91,22 @@
"name": "ISIS3",
"organization": "U.S. Geological Survey",
"description": "GitHub code repository for the Integrated Software for Imagers and Spectrometers (ISIS)",
"version": "8.3.0_RC1",
"version": "8.3.0",
"status": "Production",

"permissions": {
"usageType": "openSource",
"licenses": [
{
"name": "Public Domain, CC0-1.0",
"URL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.3.0_RC1/LICENSE.md"
"URL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.3.0/LICENSE.md"
}
]
},

"homepageURL": "https://isis.astrogeology.usgs.gov",
"downloadURL": "https://code.usgs.gov/astrogeology/isis/-/archive/8.3.0_RC1/8.3.0_RC1.zip",
"disclaimerURL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.3.0_RC1/DISCLAIMER.md",
"downloadURL": "https://code.usgs.gov/astrogeology/isis/-/archive/8.3.0/8.3.0.zip",
"disclaimerURL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.3.0/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/astrogeology/isis.git",
"vcs": "git",

Expand All @@ -124,12 +124,12 @@
],

"contact": {
"name": "Adam Paquette",
"email": "acpaquette@usgs.gov"
"name": "Christine",
"email": "chkim@usgs.gov"
},

"date": {
"metadataLastUpdated": "2024-08-16"
"metadataLastUpdated": "2024-09-30"
}
}
]
2 changes: 1 addition & 1 deletion isis/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ set(PACKAGE_STRING "${PACKAGE_NAME} ${VERSION}")

# Other release information
string(TIMESTAMP VERSION_DATE "%Y-%m-%d" UTC)
set(RELEASE_STAGE "beta") # (alpha, beta, stable)
set(RELEASE_STAGE "stable") # (alpha, beta, stable)

# Define to the address where bug reports for this package should be sent.
set(PACKAGE_BUGREPORT "https://github.com/USGS-Astrogeology/ISIS3/issues")
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

package:
name: isis
version: {{ version }}.0_RC1
version: {{ version }}.0

source:
git_url: 'https://github.com/DOI-USGS/ISIS3.git'
Expand Down

0 comments on commit 1fa73a8

Please sign in to comment.