Skip to content

Commit

Permalink
release: 0.5.0
Browse files Browse the repository at this point in the history
- A brand new shell when running the library to interface with CC devices directly
- Add new get_commands method
- Methods for each parameter code
- Setup logging through the lib
- Miscellaneous refactors and bug fixes
  • Loading branch information
GetPsyched committed Jun 17, 2024
1 parent 47ac96e commit c749727
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.3"
__version__ = "0.5.0"

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 {
pname = "charachorder.py";
version = "0.4.3";
version = "0.5.0";
format = "setuptools";
disabled = pythonOlder "3.9";
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 {
pname = "charachorder.py";
version = "0.4.3";
version = "0.5.0";
format = "setuptools";

disabled = pythonOlder "3.9";
Expand Down

0 comments on commit c749727

Please sign in to comment.