Skip to content

Commit cd1bb79

Browse files
committed
Version changed to 2.0.0
1 parent 61e5562 commit cd1bb79

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/source/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## 1.0.1
411

512
Release to get the PyPI page content updated

src/sshkeyboard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""sshkeyboard"""
22

3-
__version__ = "1.0.1"
3+
__version__ = "2.0.0"
44

55
import asyncio
66
import concurrent.futures

0 commit comments

Comments
 (0)