diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a37ac1..09950f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: tags: - '*.*.*' env: - version: '3.11.2' + version: '3.11.3' jobs: build-release: diff --git a/bumpver.toml b/bumpver.toml index cd607f0..6bb7d8d 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "3.11.2" +current_version = "3.11.3" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true diff --git a/radiolog.iss b/radiolog.iss index d9b2efc..06c51fc 100644 --- a/radiolog.iss +++ b/radiolog.iss @@ -3,7 +3,7 @@ #define MyAppName "RadioLog" -#define MyAppVersion "3.11.2" +#define MyAppVersion "3.11.3" #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 70f2cb6..13d382b 100644 --- a/radiolog.py +++ b/radiolog.py @@ -333,7 +333,7 @@ from pygeodesy import Datums,ellipsoidalBase,dms from difflib import SequenceMatcher -__version__ = "3.11.2" +__version__ = "3.11.3" # process command-line arguments develMode=False