Skip to content

Commit cb7d502

Browse files
committed
Update version to 26.1.31 and enhance changelog with recent changes
1 parent ec30a93 commit cb7d502

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
- [2026-01-31] Merge pull request #491 from mbridak/account-for-password-prompt-case
4+
- Normalize case for login and password prompts in BandMapWindow
35
- [2026-01-28] Merge pull request #485 from mbridak/484-1mm-doesnt-launch-if-the-route-to-flrig-fails
46
- Enhance Cabrillo export mode identifiers for Winter Field Day plugin
57
- Add TimeoutError handling in CAT class methods

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
6060

6161
## Recent Changes
6262

63+
- [2026-01-31] Merge pull request #491 from mbridak/account-for-password-prompt-case
64+
- Normalize case for login and password prompts in BandMapWindow
6365
- [2026-01-28] Merge pull request #485 from mbridak/484-1mm-doesnt-launch-if-the-route-to-flrig-fails
6466
- Enhance Cabrillo export mode identifiers for Winter Field Day plugin
6567
- Add TimeoutError handling in CAT class methods

not1mm/lib/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""It's the version"""
22

3-
__version__ = "26.1.28.2"
3+
__version__ = "26.1.31"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "not1mm"
7-
version = "26.1.28.2"
7+
version = "26.1.31"
88
description = "NOT1MM Logger"
99
license = "GPL-3.0-or-later"
1010
readme = "README.md"

0 commit comments

Comments
 (0)