We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd26060 commit 72faad3Copy full SHA for 72faad3
.github/workflows/main.yml
@@ -4,10 +4,12 @@ on:
4
push:
5
pull_request:
6
types: [opened, synchronize]
7
+ schedule:
8
+ - cron: "5 5 * * 5" # test every friday @ 0505
9
10
jobs:
11
build:
- runs-on: ubuntu-20.04
12
+ runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
python-version: ["3.7", "3.9", "3.12"]
sigmf/__init__.py
@@ -5,7 +5,7 @@
# SPDX-License-Identifier: LGPL-3.0-or-later
# version of this python module
-__version__ = "1.2.2"
+__version__ = "1.2.3"
# matching version of the SigMF specification
__specification__ = "1.2.0"
0 commit comments