Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwall committed Jan 12, 2022
1 parent 6b662ac commit 63d64b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/user/sdr.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def logerr(msg):
logmsg(syslog.LOG_ERR, msg)

DRIVER_NAME = 'SDR'
DRIVER_VERSION = '0.85'
DRIVER_VERSION = '0.86'

# The default command requests json output from every decoder
# Use the -R option to indicate specific decoders
Expand Down
3 changes: 3 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.86 11jan2021
* fixed typo in factor for THPacket (thanks gjr80)

0.85 30dec2021
* fixed shutdown - use is_alive instead of isAlive to keep python 3.9 happy
* eliminate stderr memory leak
Expand Down
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def loader():
class SDRInstaller(ExtensionInstaller):
def __init__(self):
super(SDRInstaller, self).__init__(
version="0.85",
version="0.86",
name='sdr',
description='Capture data from rtl_433',
author="Matthew Wall",
Expand Down

0 comments on commit 63d64b7

Please sign in to comment.