Skip to content

Commit ce858b8

Browse files
committed
Update version to 25.12.9 and add tooltips to DXCC tracker in changelog and README
1 parent b76c77c commit ce858b8

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
@@ -1,5 +1,6 @@
11
# Changelog
22

3+
- [25-12-9] Added tooltips to DXCC tracker window showing entity.
34
- [25-12-7] Added CW space character after function keys
45
- [25-12-6] Merged PRs correcting Cabrillo Operators list and rounding frequency.
56
- [25-12-2-1] Fixed RateWindow not updating if Q count iz Zero.

README.md

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

6161
## Recent Changes
6262

63+
- [25-12-9] Added tooltips to DXCC tracker window showing entity.
6364
- [25-12-7] Added CW space character after function keys
6465
- [25-12-6] Merged PRs correcting Cabrillo Operators list and rounding frequency.
6566
- [25-12-2-1] Fixed RateWindow not updating if Q count iz Zero.

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__ = "25.12.7"
3+
__version__ = "25.12.9"

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

0 commit comments

Comments
 (0)