diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a2ea21..0d9a19e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: tags: - '*.*.*' env: - version: '3.11.5' + version: '3.12.0' jobs: build-release: diff --git a/bumpver.toml b/bumpver.toml index ae941fd..81b3a3e 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "3.11.5" +current_version = "3.12.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 ef5a88a..007c242 100644 --- a/radiolog.iss +++ b/radiolog.iss @@ -3,7 +3,7 @@ #define MyAppName "RadioLog" -#define MyAppVersion "3.11.5" +#define MyAppVersion "3.12.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 6c393c2..ec0dae7 100644 --- a/radiolog.py +++ b/radiolog.py @@ -333,7 +333,7 @@ from pygeodesy import Datums,ellipsoidalBase,dms from difflib import SequenceMatcher -__version__ = "3.11.5" +__version__ = "3.12.0" # process command-line arguments develMode=False