diff --git a/CHANGES.rst b/CHANGES.rst index 9e0da2c..8a6dfd0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,11 @@ Changelog ========= -1.0.3 (????-??-??) +1.0.3 (2022-05-05) ------------------ -- ... +- `--labels` option of the `add-annotation-overlay-od` plugin gets respected now, + also using correct label for text now (when varying the colors) 1.0.2 (2022-05-05) diff --git a/README.md b/README.md index 1204263..d32a204 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ optional arguments: --force-bbox whether to force a bounding box even if there is a polygon available --label-key LABEL_KEY the key in the meta-data that contains the label. - --labels LABELS the blank-separated list of labels of annotations to overlay, leave empty to overlay all + --labels LABELS the comma-separated list of labels of annotations to overlay, leave empty to overlay all --num-decimals NUM_DECIMALS the number of decimals to use for float numbers in the text format string. --outline-alpha OUTLINE_ALPHA diff --git a/setup.py b/setup.py index 48e6766..9080b48 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def _read(filename: str) -> str: "wai", "wai.annotations", ], - version="1.0.2", + version="1.0.3", author='Peter Reutemann', author_email='fracpete@waikato.ac.nz', install_requires=[