Skip to content

Commit 67ce903

Browse files
committed
Update version to 26.1.28.1, add OSError handling in changelog and README
1 parent f91bccc commit 67ce903

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
- [2026-01-28] Merge pull request #485 from mbridak/484-1mm-doesnt-launch-if-the-route-to-flrig-fails
44
- Add TimeoutError handling in CAT class methods
5+
- Add OSError handling in CAT class methods
56
- [2026-01-24] Merge pull request #481 from mbridak/478-crashes-save-qso
67
- Add error handling for data parsing in MainWindow class
78
- [2026-01-23] Merge pull request #477 from mbridak/highlight-599

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
6262

6363
- [2026-01-28] Merge pull request #485 from mbridak/484-1mm-doesnt-launch-if-the-route-to-flrig-fails
6464
- Add TimeoutError handling in CAT class methods
65+
- Add OSError handling in CAT class methods
6566
- [2026-01-24] Merge pull request #481 from mbridak/478-crashes-save-qso
6667
- Add error handling for data parsing in MainWindow class
6768
- [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.28"
3+
__version__ = "26.1.28.1"

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

0 commit comments

Comments
 (0)