Skip to content

Commit

Permalink
Increment minimum data files version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mperrin committed Jul 25, 2023
1 parent 94778b9 commit 426c413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webbpsf/__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 WebbPSF won't work
# properly with an old data package, increment this version number.
# (It's checked against $WEBBPSF_DATA/version.txt)
DATA_VERSION_MIN = (1, 1, 1)
DATA_VERSION_MIN = (1, 2, 0)


class Conf(_config.ConfigNamespace):
Expand Down

0 comments on commit 426c413

Please sign in to comment.