14
0

- update to 1.2.0:

* @cpattenden-sq: Fixed bug in `flash()` where return value was
    being checked against a `void` function; would lead to
    exceptions being raised unexpectedly.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylink-square?expand=0&rev=3
This commit is contained in:
2023-12-14 21:05:39 +00:00
committed by Git OBS Bridge
parent 664adb2fdd
commit 5456586abd
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Dec 14 21:05:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.2.0:
* @cpattenden-sq: Fixed bug in `flash()` where return value was
being checked against a `void` function; would lead to
exceptions being raised unexpectedly.
-------------------------------------------------------------------
Fri May 12 12:09:27 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>