Skip to content

Commit 72faad3

Browse files
committed
increment patch version for new release; improve github action
1 parent bd26060 commit 72faad3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
push:
55
pull_request:
66
types: [opened, synchronize]
7+
schedule:
8+
- cron: "5 5 * * 5" # test every friday @ 0505
79

810
jobs:
911
build:
10-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1113
strategy:
1214
matrix:
1315
python-version: ["3.7", "3.9", "3.12"]

sigmf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# SPDX-License-Identifier: LGPL-3.0-or-later
66

77
# version of this python module
8-
__version__ = "1.2.2"
8+
__version__ = "1.2.3"
99
# matching version of the SigMF specification
1010
__specification__ = "1.2.0"
1111

0 commit comments

Comments
 (0)