Skip to content

Commit

Permalink
0.9.8 final docs
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmaxymoo committed Aug 20, 2022
1 parent 5bcc4e7 commit 1e7e19d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 0.9.8

* Improved shell documentation

## 0.9.7

* Improved documentation
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ Then, edit the CSV file in a spreadsheet editor!
`sudo bc125py shell`

The shell allows you to send commands directly to the device.
The `shell` subcommand accepts a script filename as an optional parameter.
Specifying `-` as the input script will tell the shell to read from stdin.

### Factory reset the scanner

Expand Down
2 changes: 1 addition & 1 deletion bc125py/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PACKAGE_NAME = "bc125py"
PACKAGE_NAME_FULL = PACKAGE_NAME
PACKAGE_VERSION = "0.9.7"
PACKAGE_VERSION = "0.9.8"
PACKAGE_AUTHOR = "Max Loiacono"
PACKAGE_AUTHOR_EMAIL = "max.loiacono@protonmail.com"
PACKAGE_DESCRIPTION = "A Python-based interface for the Uniden BC125AT"
Expand Down

0 comments on commit 1e7e19d

Please sign in to comment.