Skip to content

Commit

Permalink
release: 0.4.3
Browse files Browse the repository at this point in the history
- Expose a ping command that will check if the device is connected and accepting commands. If not, it will attempt to reconnect
- Catch failed restarts (found on the CC1)
  • Loading branch information
GetPsyched committed Jan 20, 2024
1 parent e8b8680 commit f06138d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charachorder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__author__ = "GetPsyched"
__license__ = "MIT"
__copyright__ = "Copyright 2023-present GetPsyched"
__version__ = "0.4.2"
__version__ = "0.4.3"

from .device import *
from .errors import *
Expand Down
2 changes: 1 addition & 1 deletion docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Simply copy this derivation into your project and call it using `python3Packages
buildPythonPackage rec {
pname = "charachorder.py";
version = "0.4.2";
version = "0.4.3";
format = "setuptools";
disabled = pythonOlder "3.8";
Expand Down
2 changes: 1 addition & 1 deletion package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildPythonPackage rec {
pname = "charachorder.py";
version = "0.4.2";
version = "0.4.3";
format = "setuptools";

disabled = pythonOlder "3.8";
Expand Down

0 comments on commit f06138d

Please sign in to comment.