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 a22e86e commit 09b718bCopy full SHA for 09b718b
docs/source/changelog.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.0.1
4
+
5
+Release to get the PyPI page content updated
6
7
+- README updated to be more mobile friendly
8
9
## 1.0.0
10
11
Well tested version ready for wider use:
src/sshkeyboard/__init__.py
@@ -1,6 +1,6 @@
"""sshkeyboard"""
-__version__ = "1.0.0"
+__version__ = "1.0.1"
import asyncio
import concurrent.futures
0 commit comments