Skip to content

Commit 63d64b7

Browse files
committed
bump version for release
1 parent 6b662ac commit 63d64b7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

bin/user/sdr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def logerr(msg):
140140
logmsg(syslog.LOG_ERR, msg)
141141

142142
DRIVER_NAME = 'SDR'
143-
DRIVER_VERSION = '0.85'
143+
DRIVER_VERSION = '0.86'
144144

145145
# The default command requests json output from every decoder
146146
# Use the -R option to indicate specific decoders

changelog

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.86 11jan2021
2+
* fixed typo in factor for THPacket (thanks gjr80)
3+
14
0.85 30dec2021
25
* fixed shutdown - use is_alive instead of isAlive to keep python 3.9 happy
36
* eliminate stderr memory leak

install.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def loader():
1010
class SDRInstaller(ExtensionInstaller):
1111
def __init__(self):
1212
super(SDRInstaller, self).__init__(
13-
version="0.85",
13+
version="0.86",
1414
name='sdr',
1515
description='Capture data from rtl_433',
1616
author="Matthew Wall",

0 commit comments

Comments
 (0)