Skip to content

Commit

Permalink
@mbridak Bump and Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mbridak committed Nov 3, 2024
1 parent 55c7061 commit 1d648a3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog

- [24-11-3-1] Fixed CWT ESM, Add Call History to CWT, Helvetia, WFD, NAQP, K1USN. Add ESM Helvetia.
- [24-11-3] Added RAEM contest
- [24-11-2] Add beginning of call history files. Add command buttons.
- [24-10-27-2] Changed CQ zone auto population for CQ WW, it now waits for the user to exit the callsign entry window before auto filling the zone.
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ when the program craps the bed. I'm only one guy, so if you see a bug let me kno

I've recently added portions of code to watch for WSTJ-X and fldigi QSOs. I've added
the Weekly RTTY Test, So RTTY could be tested. Also added FT8/4 and RTTY to ARRL Field
Day and ARRL VHF. Found works better if you don't use FlDigi for making the QSO at all.
Day and ARRL VHF. Found it works better if you don't use FlDigi for making the QSO at all.
Rather just using it as a RTTY modem and sending the text for it to send from Not1MM
using the function keys or ESM.

Expand Down Expand Up @@ -188,7 +188,7 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.
- **CQ WPX CW, RTTY, SSB**
- **CQ World Wide CW, RTTY, SSB**
- **CWOps CWT**
- Helvetia
- **Helvetia**
- IARU Fieldday R1 CW, SSB
- IARU HF
- ICWC MST
Expand All @@ -205,6 +205,7 @@ generated, 'cause I'm lazy, list of those who've submitted PR's.

## Recent Changes (Polishing the Turd)

- [24-11-3-1] Fixed CWT ESM, Add Call History to CWT, Helvetia, WFD, NAQP, K1USN. Add ESM Helvetia.
- [24-11-3] Added RAEM contest
- [24-11-2] Add beginning of call history files. Add command buttons.

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__ = "24.11.3"
__version__ = "24.11.3.1"
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 = "24.11.3"
version = "24.11.3.1"
description = "NOT1MM Logger"
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 1d648a3

Please sign in to comment.