Skip to content

Commit

Permalink
@mbridak Fix bug in ADIF output where mode showed as CW-R and not CW.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbridak committed Jan 16, 2025
1 parent 19981e8 commit eaed65d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog

- [25-1-15] Fix bug in ADIF output where mode showed as CW-R and not CW.
- [25-1-6] Altered RTTY RU UDP ADIF parse.
- [25-1-1] Added ARRL RTTY RU.
- [24-12-29] Add {LOGIT} macro.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.

## Recent Changes (Polishing the Turd)

- [25-1-15] Fix bug in ADIF output where mode showed as CW-R and not CW.
- [25-1-6] Altered RTTY RU UDP ADIF parse.
- [25-1-1] Added ARRL RTTY RU.

Expand Down
2 changes: 1 addition & 1 deletion not1mm/lib/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""It's the version"""

__version__ = "25.1.6"
__version__ = "25.1.15"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "not1mm"
version = "25.1.6"
version = "25.1.15"
description = "NOT1MM Logger"
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit eaed65d

Please sign in to comment.