From 17f4eb9aceb149776b1d3a7761a23b82de8d5950 Mon Sep 17 00:00:00 2001 From: Brett Graham Date: Mon, 7 Aug 2023 12:12:59 -0400 Subject: [PATCH] Merge pull request #1616 from braingram/prep_2p15p1 update main for 2.15.1 release --- CHANGES.rst | 2 +- docs/asdf/whats_new.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 914a2838c..3be69ade9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -2.15.1 (unreleased) +2.15.1 (2023-08-07) ------------------- The ASDF Standard is at v1.6.0 diff --git a/docs/asdf/whats_new.rst b/docs/asdf/whats_new.rst index a79b72343..b6824d7ac 100644 --- a/docs/asdf/whats_new.rst +++ b/docs/asdf/whats_new.rst @@ -9,7 +9,7 @@ What's New jsonschema ---------- -Asdf 3.0.0 includes internally a version of jsonschema 4.17.3. This inclusion +Asdf 2.15.1 includes internally a version of jsonschema 4.17.3. This inclusion was done to deal with incompatible changes in jsonschema 4.18. Many libraries that use asdf import jsonschema to allow catching of ``ValidationError`` @@ -28,5 +28,5 @@ compatibility with future installed jsonschema versions and users are encouraged to update their code to import ``ValidationError`` from `asdf.exceptions`. Finally, asdf is temporarily keeping jsonschema as a dependency as many libraries -expected this to be installed by asdf. We expect to drop this requirement soon and -this change might occur in a minor or even patch version. +expected this to be installed by asdf. We expect to drop this requirement soon (likely +in 3.0.0) and this change might occur in a minor or even patch version.