Skip to content

Commit

Permalink
Updated version info to 10.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
stscieisenhamer committed Feb 23, 2021
1 parent 9843ccf commit ce904ad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions crds/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

# ============================================================================

__version__ = "10.3.9" # XXXX see also ../setup.cfg
__rationale__ = "Update JWST combined_specs.json"
__version__ = "10.3.10" # XXXX see also ../setup.cfg
__rationale__ = "Update cubpars tpn validation"

__all__ = [
"getrecommendations",
Expand Down
6 changes: 3 additions & 3 deletions crds/core/git_version.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@


__version__ = '483ec8f5c4127adb4401554d480dce972d9c73bf'
__version__ = '9843ccfaa3f345f934037a4021f8d445111dbff7'

__full_version_info__ = '''
branch: b10.3.9
sha1: 483ec8f5c4127adb4401554d480dce972d9c73bf
branch: b10.3.10
sha1: 9843ccfaa3f345f934037a4021f8d445111dbff7
'''

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[metadata]
name = crds
version = 10.3.9
version = 10.3.10
platform = Linux, OS-X
homepage = https://github.com/spacetelescope/crds
license = BSD
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

setup(name="crds",
provides=["crds"],
version = '10.3.9',
version = '10.3.10',
description="Calibration Reference Data System, HST/JWST/Roman reference file management",
long_description=open('README.rst').read(),
author="STScI CRDS s/w developers",
Expand Down

0 comments on commit ce904ad

Please sign in to comment.