diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7974ae4..bcf2a29 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: tags: - '*.*.*' env: - version: '3.11.0' + version: '3.11.1' jobs: build-release: diff --git a/bumpver.toml b/bumpver.toml index fe1d37d..bdfdc6c 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "3.11.0" +current_version = "3.11.1" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true diff --git a/radiolog.iss b/radiolog.iss index 5cb68f8..d1b42e1 100644 --- a/radiolog.iss +++ b/radiolog.iss @@ -3,7 +3,7 @@ #define MyAppName "RadioLog" -#define MyAppVersion "3.11.0" +#define MyAppVersion "3.11.1" #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 b94f6cf..7a06084 100644 --- a/radiolog.py +++ b/radiolog.py @@ -333,7 +333,7 @@ from pygeodesy import Datums,ellipsoidalBase,dms from difflib import SequenceMatcher -__version__ = "3.11.0" +__version__ = "3.11.1" # process command-line arguments develMode=False