Skip to content

Commit

Permalink
3.10.2
Browse files Browse the repository at this point in the history
incorporated pyinstaller forward compatibility issue
  • Loading branch information
caver456 committed Nov 12, 2023
1 parent 68d7fff commit 45f24aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- '*.*.*'
env:
version: '3.10.1'
version: '3.10.2'

jobs:
build-release:
Expand Down
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpver]
current_version = "3.10.1"
current_version = "3.10.2"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion radiolog.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


#define MyAppName "RadioLog"
#define MyAppVersion "3.10.1"
#define MyAppVersion "3.10.2"
#define MyAppPublisher "Nevada County Sheriff's Search and Rescue"
#define MyAppURL "https://www.nevadacountysar.org"
#define MyAppExeName "RadioLog.exe"
Expand Down
2 changes: 1 addition & 1 deletion radiolog.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@
from pygeodesy import Datums,ellipsoidalBase,dms
from difflib import SequenceMatcher

__version__ = "3.10.1"
__version__ = "3.10.2"

# process command-line arguments
develMode=False
Expand Down

0 comments on commit 45f24aa

Please sign in to comment.