From d4fbad6fae8a6345d0afa53b853a012617a43cd8 Mon Sep 17 00:00:00 2001 From: BoppreH Date: Mon, 23 Mar 2020 22:46:17 +0100 Subject: [PATCH] Update changes for v0.13.5 --- CHANGES.md | 7 +++++++ README.md | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 86a4b925..569a57e4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +# 0.13.5 + +- Added LICENSE.txt file to PyPI packages. +- Fixed typos in docstrings. +- Merged #281 and #259 (thanks @luizeldorado and @schldwcht !). + + # 0.13.4 - [All] Improve release process, fixing #233 and #269. diff --git a/README.md b/README.md index 42f6af11..1e570478 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ key events. In this case `keyboard` will be unable to report events. ## keyboard.**version** ```py -= '0.13.4' += '0.13.5' ``` @@ -885,3 +885,4 @@ Given a key name (e.g. "LEFT CONTROL"), clean up the string and convert to the canonical representation (e.g. "left ctrl") if one is known. +