Skip to content

Commit acf619f

Browse files
committed
Release 3.0.0
1 parent 8323558 commit acf619f

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ test:
99
upgrade-submodules:
1010
git submodule update --remote --init --recursive
1111

12-
# TODO: Expand to lib/ and tests/ as linting issues are resolved.
1312
RUFF_TARGET = lib/pyld/*.py tests/*.py
1413

1514
lint:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ document loader is a dummy document loader that raises an exception on every
171171
invocation.
172172

173173
Handling ignored properties during JSON-LD expansion
174-
----------------------------------------------
174+
----------------------------------------------------
175175

176176
If a property in a JSON-LD document does not map to an absolute IRI then it is
177177
ignored. You can customize this behaviour by passing a customizable handler to

lib/pyld/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
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'

0 commit comments

Comments
 (0)