diff --git a/CHANGES.rst b/CHANGES.rst index 967afa9..5c63921 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,15 @@ Release History =============== +1.4.5 +----- + +* Updated version of PySerial used by the script. +* Non-zero exit codes when things go wrong. +* Execute as ``__main__``. +* Black formatting updates. +* Thanks to @carlosperate for these updates. + 1.4.4 ----- diff --git a/setup.py b/setup.py index 3a58207..111f343 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ #: MAJOR, MINOR, RELEASE, STATUS [alpha, beta, final], VERSION -_VERSION = (1, 4, 4) +_VERSION = (1, 4, 5) def get_version():