Skip to content

Commit 51b5cfa

Browse files
Merge pull request #48 from spacetelescope/v2.0.0
release 2.0.0
2 parents 537a26f + 7590fb5 commit 51b5cfa

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ abstract: >-
5656
including its Wide Field Instrument and a preliminary
5757
version of the Coronagraph Instrument.
5858
license: BSD-3-Clause
59-
version: 1.5.1
59+
version: 2.0.0

docs/relnotes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ Version 2.0.0
2828
*2024 December*
2929
Ready for Production Release
3030
All versions before 1.5.1 were part of the WebbPSF repository
31+
**What's Changed**
32+
* Final migration before version 2.0.0 by @BradleySappington in https://github.com/spacetelescope/stpsf/pull/46
33+
* Test readthedocs by @BradleySappington in https://github.com/spacetelescope/stpsf/pull/47
34+
35+
36+
**Full Changelog**: https://github.com/spacetelescope/stpsf/compare/v1.5.2...2.0.0
3137

3238
Version 1.5.2
3339
=============

stpsf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class UnsupportedPythonError(Exception):
4040
# required. If changes to the code and data mean STPSF won't work
4141
# properly with an old data package, increment this version number.
4242
# (It's checked against $STPSF_DATA/version.txt)
43-
DATA_VERSION_MIN = (1, 5, 2)
43+
DATA_VERSION_MIN = (2, 0, 0)
4444

4545

4646
class Conf(_config.ConfigNamespace):

0 commit comments

Comments
 (0)