Skip to content

Commit

Permalink
version2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jopohl committed Jun 29, 2019
1 parent 561bf6d commit 59bb38c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/urh/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "2.7.2"
VERSION = "2.7.3"

if __name__ == '__main__':
# To read out version easy on command line for InnoSetup
Expand Down
7 changes: 3 additions & 4 deletions tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,10 @@ def test_native_backends_installed(self):
# noinspection PyUnresolvedReferences
from urh.dev.native.lib import plutosdr

# noinspection PyUnresolvedReferences
from urh.dev.native.lib import usrp


if sys.platform != "darwin":
# noinspection PyUnresolvedReferences
from urh.dev.native.lib import usrp

# noinspection PyUnresolvedReferences
from urh.dev.native.lib import sdrplay
self.assertTrue(True)

0 comments on commit 59bb38c

Please sign in to comment.