Skip to content

Commit

Permalink
metadata for patch release (#8006)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett authored Oct 12, 2023
1 parent 5c5b968 commit 69d99a1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.12.4 (unreleased)
1.12.4 (2023-10-12)
===================

cube_build
Expand All @@ -11,6 +11,7 @@ general

- Fix numpy 2.0 deprecation warnings in cube_build, photom and wfs_combine. [#7999]

- pinned dependencies for several in-development packages below their next versions to maintain compatibility

1.12.3 (2023-10-03)
===================
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ authors:
given-names: "Maria"
orcid: "https://orcid.org/0000-0003-2314-3453"
title: "JWST Calibration Pipeline"
version: 1.12.3
version: 1.12.4
doi: 10.5281/zenodo.7038885
date-released: 2023-10-03
date-released: 2023-10-12
url: "https://github.com/spacetelescope/jwst"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,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.12.4 | | 2023.3.0 | 1135 | 2023-10-12 | | Pinning dependencies for external users |
| 1.12.3 | B10.0 | 2023.3.0 | 1135 | 2023-10-03 | 2023-12-05 | Final release candidate for B10.0 |
| 1.12.2 | B10.0rc3 | | 1135 | 2023-10-02 | (tentative) | Third release candidate for B10.0 |
| 1.12.1 | B10.0rc2 | | 1132 | 2023-09-26 | | Second release candidate for B10.0 |
Expand Down
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ install_requires =
astropy>=5.3
BayesicFitting>=3.0.1
crds>=11.16.19
drizzle>=1.14.3
gwcs>=0.19.0
drizzle>=1.14.3,<1.15.0
gwcs>=0.19.0,<0.20.0
numpy>=1.22
opencv-python-headless>=4.6.0.66
photutils>=1.4.0
Expand All @@ -45,7 +45,7 @@ install_requires =
spherical-geometry>=1.2.22
stcal>=1.4.4,<1.5.0
stdatamodels>=1.8.3,<1.9.0
stpipe>=0.5.0
stpipe>=0.5.0,<0.6.0
stsci.image>=2.3.5
stsci.imagestats>=1.6.3
tweakwcs>=0.8.3
Expand Down Expand Up @@ -135,8 +135,8 @@ build-dir = docs
all_files = 1

[upload_docs]
upload-dir = docs/_build/html
show-response = 1
upload_dir = docs/_build/html
show_response = 1

[tool:pytest]
minversion = 6.0
Expand Down

0 comments on commit 69d99a1

Please sign in to comment.