File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# pyld ChangeLog
22
3- ## 3.0.0 - 2025-xx-xx
3+ ## 3.0.0 - 2026-04-02
44
55### Changed
66- ** BREAKING** : Require supported Python version >= 3.10.
Original file line number Diff line number Diff line change 99upgrade-submodules :
1010 git submodule update --remote --init --recursive
1111
12- # TODO: Expand to lib/ and tests/ as linting issues are resolved.
1312RUFF_TARGET = lib/pyld/*.py tests/*.py
1413
1514lint :
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ document loader is a dummy document loader that raises an exception on every
171171invocation.
172172
173173Handling ignored properties during JSON-LD expansion
174- ----------------------------------------------
174+ ----------------------------------------------------
175175
176176If a property in a JSON-LD document does not map to an absolute IRI then it is
177177ignored. You can customize this behaviour by passing a customizable handler to
Original file line number Diff line number Diff line change 33__all__ = ['__copyright__' , '__license__' , '__version__' ]
44
55__copyright__ = 'Copyright (c) 2011-2024 Digital Bazaar, Inc.'
6- __license__ = 'New BSD license '
7- __version__ = '2 .0.5-dev '
6+ __license__ = 'BSD 3-Clause " New" or "Revised" License '
7+ __version__ = '3 .0.0 '
You can’t perform that action at this time.
0 commit comments