We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e5562 commit cd1bb79Copy full SHA for cd1bb79
docs/source/changelog.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 2.0.0
4
+
5
+`listen_keyboard` supports now async callbacks directly
6
7
+- `listen_keyboard_async` removed as it is no longer required
8
+- `listen_keyboard_async_manual` renamed to `listen_keyboard_manual`
9
10
## 1.0.1
11
12
Release to get the PyPI page content updated
src/sshkeyboard/__init__.py
@@ -1,6 +1,6 @@
"""sshkeyboard"""
-__version__ = "1.0.1"
+__version__ = "2.0.0"
import asyncio
import concurrent.futures
0 commit comments