Commit 646c07dc authored by acpaquette's avatar acpaquette
Browse files

Updated Code.json

parent 7d6aced3
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -35,6 +35,16 @@ release.

## [Unreleased]

### Changed

### Added

### Deprecated

### Fixed

## [7.2.0] - 2022-12-07

### Changed
- Updated Hayabusa2 mission name and updated translation files to make L2DShapeModelFileName, L2DPhaseFunctionFileName, L2CShapeModelFileName, and BandRegistration optional keywords.

+46 −1
Original line number Diff line number Diff line
[
  {
    "name": "ISIS3",
    "organization": "U.S. Geological Survey",
    "description": "GitHub code repository for the Integrated Software for Imagers and Spectrometers (ISIS)",
    "version": "7.2.0",
    "status": "Release",

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

    "homepageURL": "https://isis.astrogeology.usgs.gov",
    "downloadURL": "https://code.usgs.gov/astrogeology/isis/-/tree/7.2.0",
    "disclaimerURL": "https://code.usgs.gov/astrogeology/isis/-/blob/7.2.0/DISCLAIMER.md",
    "repositoryURL": "https://code.usgs.gov/astrogeology/isis",
    "vcs": "git",

    "laborHours": 2400,

    "tags": [
      "Planetary",
      "Remote Sensing",
      "Photogrammetry",
      "Data Processing"
    ],

    "languages": [
      "C++"
    ],

    "contact": {
      "name": "Dr. Jason Laura",
      "email": "jlaura@usgs.gov"
    },

    "date": {
      "metadataLastUpdated": "2023-02-21"
    }
  },
  {
    "name": "ISIS3",
    "organization": "U.S. Geological Survey",
@@ -85,7 +130,7 @@
    },

    "date": {
      "metadataLastUpdated": "2022-02-08"
      "metadataLastUpdated": "2022-12-07"
    }
  }
]
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
#       A Public Release for ISIS3.6.1:                        {% set version = "3.6.1" %}
#       A Release Candidate for ISIS3.6.1:                     {% set version = "3.6.1_RC" %}
#       A custom build of ISIS3.6.1 for the CaSSIS mission:    {% set version = "3.6.1_cassis" %}
{% set version = "dev" %}
{% set version = "7.2.0" %}

# This is the build number for the current version you are building. If this is the first build of
# this version, the build number will be 0. It is incremented by 1 with every consecutive build of