From d8d860a5d04fae3c7c4b7ed9926257813e91063a Mon Sep 17 00:00:00 2001 From: Ashley Sommer Date: Wed, 24 May 2023 23:35:01 +1000 Subject: [PATCH] Tiny doc updates --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35a003a..ed5eaf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Python PEP 440 Versioning](https://www.python.org/d ## [0.23.0] - 2023-05-23 ### Added -- Added Python 3.11 support (use it, its faster!) +- Added Python 3.11 support (use it, internal benchmarking shows its 25-30% faster than Python 3.8) - `sh:node` NodeConstraint now includes details of its child validation results, that were normally not included in the validation report. - exposed via the `sh:detail` property on the NodeConstraint validation report diff --git a/README.md b/README.md index de6adc7..6b6da83 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ usage: pyshacl [-h] [-s [SHACL]] [-e [ONT]] [-i {none,rdfs,owlrl,both}] [-m] [-ef {auto,turtle,xml,json-ld,nt,n3}] [-V] [-o [OUTPUT]] DataGraph -PySHACL 0.22.0 command line tool. +PySHACL 0.23.0 command line tool. positional arguments: DataGraph The file containing the Target Data Graph.