diff --git a/CHANGES.rst b/CHANGES.rst index 4c99306d..c6ce58b9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,10 @@ ChangeLog +------------+---------------------------------------------------------------------+------------+ | Version | Description | Date | +============+=====================================================================+============+ +| **1.14.1** | * Pin spidev at v3.4 or lower; v3.5 seems to cause SystemException | 2020/07/26 | +| | running on latest linux kernel | | +| | * Fix bug in snapshot: should always redraw on startup | | ++------------+---------------------------------------------------------------------+------------+ | **1.14.0** | * Drop support for Python 2.7, only 3.5 or newer is supported now | 2020/04/07 | | | * Add support for SPI mode (clock polarity and phase) | | +------------+---------------------------------------------------------------------+------------+ diff --git a/luma/core/__init__.py b/luma/core/__init__.py index 8834e08c..94cb70dd 100644 --- a/luma/core/__init__.py +++ b/luma/core/__init__.py @@ -2,4 +2,4 @@ # Copyright (c) 2017-2020 Richard Hull and contributors # See LICENSE.rst for details. -__version__ = '1.14.0' +__version__ = '1.14.1'