From f369adb8b649cb88abbc68591b4a6b0453005942 Mon Sep 17 00:00:00 2001 From: mbridak Date: Sat, 19 Oct 2024 07:05:21 -0700 Subject: [PATCH] @mbridak bump and doc --- CHANGELOG.md | 1 + README.md | 1 + not1mm/lib/version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d011ab6..efa1e8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Changelog +- [24-10-19] Change ESM button states when the run state is toggled. - [24-10-18] Fixed marked spots showing the correct time. - [24-10-17-2] Add ESM to ARRL Sweepstakes. - [24-10-17-1] Fix dupe check. Reordered change mode and interface update sequence. Resend mode if rigctld does not report back `RPRT 0` diff --git a/README.md b/README.md index cf026de..6ab5377 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,7 @@ generated, 'cause I'm lazy, list of those who've submitted PR's. ## Recent Changes +- [24-10-19] Change ESM button states when the run state is toggled. - [24-10-18] Fixed marked spots showing the correct time. - [24-10-17-2] Add ESM to ARRL Sweepstakes. - [24-10-17-1] Fix dupe check. Reordered change mode and interface update sequence. Resend mode if rigctld does not report back `RPRT 0` diff --git a/not1mm/lib/version.py b/not1mm/lib/version.py index 6f981a3..78495ae 100644 --- a/not1mm/lib/version.py +++ b/not1mm/lib/version.py @@ -1,3 +1,3 @@ """It's the version""" -__version__ = "24.10.18" +__version__ = "24.10.19" diff --git a/pyproject.toml b/pyproject.toml index 4775a7e..ac7ff35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "not1mm" -version = "24.10.18" +version = "24.10.19" description = "NOT1MM Logger" readme = "README.md" requires-python = ">=3.9"