Unverified Commit 66ddb75f authored by Kelvin Rodriguez's avatar Kelvin Rodriguez Committed by GitHub
Browse files

9.0.0 version bump and release prep (#5683)

* 9.0.0 version bump

* addressed feedback
parent a8bb0446
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,8 @@ release.

## [Unreleased]

## [9.0.0] - 09-25-2024

### Added
- Added TOVECT output parameter which generate a geospatial CSV file with a VRT metadata sidecar file [#5571](https://github.com/DOI-USGS/ISIS3/issues/5571)  
- Added Vectorize to ProcessGroundPolygon library
+4 −4
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@
    "name": "ISIS3",
    "organization": "U.S. Geological Survey",
    "description": "GitHub code repository for the Integrated Software for Imagers and Spectrometers (ISIS)",
    "version": "8.3.0",
    "version": "9.0.0_rc1",
    "status": "Production",

    "permissions": {
@@ -99,14 +99,14 @@
      "licenses": [
        {
          "name": "Public Domain, CC0-1.0",
          "URL": "https://code.usgs.gov/astrogeology/isis/-/raw/8.3.0/LICENSE.md"
          "URL": "https://code.usgs.gov/astrogeology/isis/-/raw/9.0.0_rc1/LICENSE.md"
        }
      ]
    },

    "homepageURL": "https://isis.astrogeology.usgs.gov",
    "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",
    "downloadURL": "https://code.usgs.gov/astrogeology/isis/-/archive/9.0.0_rc1/isis-9.0.0_rc1.zip",
    "disclaimerURL": "https://code.usgs.gov/astrogeology/isis/-/raw/9.0.0_rc1/DISCLAIMER.md",
    "repositoryURL": "https://code.usgs.gov/astrogeology/isis.git",
    "vcs": "git",

+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ set(PACKAGE "ISIS")
set(PACKAGE_NAME       "USGS ISIS")

# Version number
set(VERSION            "8.3.0")
set(VERSION            "9.0.0")
string(REPLACE "." ";" VERSION_LIST ${VERSION})
list(GET VERSION_LIST 0 VERSION_MAJOR)
list(GET VERSION_LIST 1 VERSION_MINOR)