From 0115d162c278003851de8e8e751bb527c0ff010b Mon Sep 17 00:00:00 2001 From: Zach Burnett Date: Fri, 14 Apr 2023 12:37:31 -0400 Subject: [PATCH] metadata for 1.10.2 release (#7555) * metadata for 1.10.2 release * clarify release notes * Update CHANGES.rst --- CHANGES.rst | 9 +++++++-- CITATION.cff | 4 ++-- README.md | 1 + setup.cfg | 6 +++--- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 40933d9aeb..e11d8cf18e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,12 @@ -1.10.2 (unreleased) +1.10.3 (unreleased) =================== -- +- + +1.10.2 (2023-04-14) +=================== + +- pinned `stdatamodels`, `stcal`, and `stpipe` below API-breaking changes [#7555] 1.10.1 (2023-04-13) =================== diff --git a/CITATION.cff b/CITATION.cff index eaf48e6196..76a15e4d68 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -72,7 +72,7 @@ authors: given-names: "Thomas" orcid: "https://orcid.org/0000-0002-0012-2142" title: "JWST Calibration Pipeline" -version: 1.10.1 +version: 1.10.2 doi: 10.5281/zenodo.7038885 -date-released: 2023-04-13 +date-released: 2023-04-14 url: "https://github.com/spacetelescope/jwst" diff --git a/README.md b/README.md index e161b95399..b106f090db 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,7 @@ the specified context and less than the context for the next release. | jwst tag | DMS build | SDP_VER | CRDS_CONTEXT | Released | Ops Install | Notes | |---------------------|-----------|----------|--------------|------------|-------------|-----------------------------------------------| +| 1.10.2 | | | 1077 | 2023-04-14 | | Pinning dependencies for external users | | 1.10.1 | B9.2rc2 | TBD | 1077 | 2023-04-13 | TBD | Second release candidate for B9.2 | | 1.10.0 | B9.2rc1 | TBD | 1075 | 2023-03-31 | TBD | First release candidate for B9.2 | | 1.9.6 | B9.1.2 | 2022.5.2 | 1068 | 2023-03-09 | 2023-03-15 | Final release candidate for B9.1.2 | diff --git a/setup.cfg b/setup.cfg index 723ea244f4..e775c39504 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,9 +44,9 @@ install_requires = scikit-image>=0.17.2 scipy>=1.6.0,<1.10.0 spherical-geometry>=1.2.22 - stcal>=1.3.5 - stdatamodels>=1.3.1 - stpipe>=0.4.5 + stcal>=1.3.5,<1.4.0 + stdatamodels>=1.3.1,<1.4.0 + stpipe>=0.4.5,<0.5.0 stsci.image>=2.3.5 stsci.imagestats>=1.6.3 tweakwcs>=0.8.1