Skip to content

Commit

Permalink
Version changed to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ollipal committed Oct 26, 2021
1 parent a22e86e commit 09b718b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.1

Release to get the PyPI page content updated

- README updated to be more mobile friendly

## 1.0.0

Well tested version ready for wider use:
Expand Down
2 changes: 1 addition & 1 deletion src/sshkeyboard/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""sshkeyboard"""

__version__ = "1.0.0"
__version__ = "1.0.1"

import asyncio
import concurrent.futures
Expand Down

0 comments on commit 09b718b

Please sign in to comment.