diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5690a19..51fef34 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: tags: - '*.*.*' env: - version: '3.7.0' + version: '3.8.0' jobs: build-release: diff --git a/bumpver.toml b/bumpver.toml index 5d735d5..9706467 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "3.7.0" +current_version = "3.8.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true diff --git a/radiolog.iss b/radiolog.iss index 0c946a8..e1a88ff 100644 --- a/radiolog.iss +++ b/radiolog.iss @@ -3,7 +3,7 @@ #define MyAppName "RadioLog" -#define MyAppVersion "3.7.0" +#define MyAppVersion "3.8.0" #define MyAppPublisher "Nevada County Sheriff's Search and Rescue" #define MyAppURL "https://www.nevadacountysar.org" #define MyAppExeName "RadioLog.exe" diff --git a/radiolog.py b/radiolog.py index 5d97fa8..54b4ad4 100644 --- a/radiolog.py +++ b/radiolog.py @@ -333,7 +333,7 @@ from pygeodesy import Datums,ellipsoidalBase,dms from difflib import SequenceMatcher -__version__ = "3.7.0" +__version__ = "3.8.0" # process command-line arguments develMode=False