Skip to content

Commit

Permalink
Merge pull request #48 from spacetelescope/v2.0.0
Browse files Browse the repository at this point in the history
release 2.0.0
  • Loading branch information
BradleySappington authored Dec 17, 2024
2 parents 537a26f + 7590fb5 commit 51b5cfa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ abstract: >-
including its Wide Field Instrument and a preliminary
version of the Coronagraph Instrument.
license: BSD-3-Clause
version: 1.5.1
version: 2.0.0
6 changes: 6 additions & 0 deletions docs/relnotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ Version 2.0.0
*2024 December*
Ready for Production Release
All versions before 1.5.1 were part of the WebbPSF repository
**What's Changed**
* Final migration before version 2.0.0 by @BradleySappington in https://github.com/spacetelescope/stpsf/pull/46
* Test readthedocs by @BradleySappington in https://github.com/spacetelescope/stpsf/pull/47


**Full Changelog**: https://github.com/spacetelescope/stpsf/compare/v1.5.2...2.0.0

Version 1.5.2
=============
Expand Down
2 changes: 1 addition & 1 deletion stpsf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class UnsupportedPythonError(Exception):
# required. If changes to the code and data mean STPSF won't work
# properly with an old data package, increment this version number.
# (It's checked against $STPSF_DATA/version.txt)
DATA_VERSION_MIN = (1, 5, 2)
DATA_VERSION_MIN = (2, 0, 0)


class Conf(_config.ConfigNamespace):
Expand Down

0 comments on commit 51b5cfa

Please sign in to comment.