Skip to content

Commit 78baca6

Browse files
committed
Update version to 26.1.28, revise changelog and README for recent changes
1 parent 3c6b0c6 commit 78baca6

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-28] Merge pull request #485 from mbridak/484-1mm-doesnt-launch-if-the-route-to-flrig-fails
4+
- Add TimeoutError handling in CAT class methods
35
- [2026-01-24] Merge pull request #481 from mbridak/478-crashes-save-qso
46
- Add error handling for data parsing in MainWindow class
57
- [2026-01-23] Merge pull request #477 from mbridak/highlight-599

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-28] Merge pull request #485 from mbridak/484-1mm-doesnt-launch-if-the-route-to-flrig-fails
64+
- Add TimeoutError handling in CAT class methods
6365
- [2026-01-24] Merge pull request #481 from mbridak/478-crashes-save-qso
6466
- Add error handling for data parsing in MainWindow class
6567
- [2026-01-23] Merge pull request #477 from mbridak/highlight-599

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.24"
3+
__version__ = "26.1.28"

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.24"
7+
version = "26.1.28"
88
description = "NOT1MM Logger"
99
license = "GPL-3.0-or-later"
1010
readme = "README.md"

0 commit comments

Comments
 (0)