Skip to content

Commit

Permalink
Version 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ntoll committed Nov 5, 2021
1 parent d4df9d3 commit 3c28361
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


#: MAJOR, MINOR, RELEASE, STATUS [alpha, beta, final], VERSION
_VERSION = (1, 4, 4)
_VERSION = (1, 4, 5)


def get_version():
Expand Down

0 comments on commit 3c28361

Please sign in to comment.