Skip to content

Commit

Permalink
Update changes for v0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
boppreh committed Mar 23, 2020
1 parent 78c941a commit d4fbad6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```

<a name="keyboard.is_modifier"/>
Expand Down Expand Up @@ -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.



0 comments on commit d4fbad6

Please sign in to comment.