Skip to content

Commit

Permalink
Updated version info to 10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Slavich committed Oct 13, 2020
1 parent 804a30a commit ae5fe72
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.0.0" # XXXX see also ../setup.cfg
__rationale__ = "Reset version sequence to mark the start of semantic versioning. Also includes a fix for programmatic file submission."
__version__ = "10.1.0" # XXXX see also ../setup.cfg
__rationale__ = "Updates to WFC3 IMPHTTAB and DFLTFILE reference types"

__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__ = '6c0fa72d8786f1f3fcfa5e0c3147f2f58ae8e35c'
__version__ = '804a30a1161a0e0282c40e46bb49d2e72bb47958'

__full_version_info__ = '''
branch: b10.0.0
sha1: 6c0fa72d8786f1f3fcfa5e0c3147f2f58ae8e35c
branch: b10.1.0
sha1: 804a30a1161a0e0282c40e46bb49d2e72bb47958
'''

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.0.0
version = 10.1.0
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 @@ -88,7 +88,7 @@

setup(name="crds",
provides=["crds"],
version = '10.0.0',
version = '10.1.0',
description="Calibration Reference Data System, HST/JWST reference file management",
long_description=open('README.rst').read(),
author="Todd Miller",
Expand Down

0 comments on commit ae5fe72

Please sign in to comment.