From 8c37a65a47ac25cadc5df0e1b11173b4ab1c1ee1 Mon Sep 17 00:00:00 2001 From: Martin Erzberger Date: Fri, 6 Sep 2024 09:23:01 +0200 Subject: [PATCH] Prepare release --- README.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8301547..aeab496 100644 --- a/README.md +++ b/README.md @@ -213,3 +213,4 @@ the value from your application. Check `sample.py` to see how this is done. - 2.5.0 (2021-12-27): Add methods get_pixel and get_pixel_rgb, support to use all hardware SPI buses on RPI 4 (by explicit choice between hardware spi and bitbanging), thanks @KAN-PC046! Test with Raspberry Pi OS bullseye and Python 3.9. Add instructions on using a virtual env. Note: The interface changes, so the minor version is getting increased. - 2.5.1 (2023-01-14): Really tiny release: One bugfix (thanks @leewillis77); Use logging instead of writing to console to reduce output. - 2.5.2 (2024-01-26): Change in packaging to allow installation via Ansible; no change in the library. Also, re-test with Pi 5 and latest Raspberry Pi OS. +- 2.5.3 (2024-09-06): No change in the library itself. Upgrade Github actions due to security vulnerability; Fix misspelling in readme (thanks @ion-mironov) diff --git a/pyproject.toml b/pyproject.toml index b99a5d9..d73ac0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "apa102-pi" -version = "2.5.2" +version = "2.5.3" authors = [ { name="Martin Erzberger", email="martin@erzberger.ch" }, ]