Skip to content

Commit

Permalink
Merge pull request #1617 from braingram/2p15p1_release
Browse files Browse the repository at this point in the history
Merge pull request #1616 from braingram/prep_2p15p1
  • Loading branch information
braingram authored Aug 7, 2023
2 parents 13cfdd7 + 17f4eb9 commit fbbb25b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.15.1 (unreleased)
2.15.1 (2023-08-07)
-------------------

The ASDF Standard is at v1.6.0
Expand Down
6 changes: 3 additions & 3 deletions docs/asdf/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand All @@ -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.

0 comments on commit fbbb25b

Please sign in to comment.