From 29a45436808ff53f7456589110244cbd623fcc8a Mon Sep 17 00:00:00 2001 From: mbridak Date: Thu, 5 Dec 2024 12:52:04 -0800 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 acaa215..da00153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Changelog +-[24-12-5-1] ARRL 160 gets rtc. - [24-12-5] Add 'real time' score posting to external sites. - [24-12-4] Merged PR from @alduhoo Add STATION_CALLSIGN field to ADIF output - [24-12-3-1] Adding ARRL 160 diff --git a/README.md b/README.md index 20167ed..1762908 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,7 @@ generated, 'cause I'm lazy, list of those who've submitted PR's. ## Recent Changes (Polishing the Turd) +-[24-12-5-1] ARRL 160 gets rtc. - [24-12-5] Add 'real time' score posting to external sites. - [24-12-4] Merged PR from @alduhoo Add STATION_CALLSIGN field to ADIF output - [24-12-3-1] Adding ARRL 160 diff --git a/not1mm/lib/version.py b/not1mm/lib/version.py index 358fdf0..8225598 100644 --- a/not1mm/lib/version.py +++ b/not1mm/lib/version.py @@ -1,3 +1,3 @@ """It's the version""" -__version__ = "24.12.5" +__version__ = "24.12.5.1" diff --git a/pyproject.toml b/pyproject.toml index 44e51cc..48224d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "not1mm" -version = "24.12.5" +version = "24.12.5.1" description = "NOT1MM Logger" readme = "README.md" requires-python = ">=3.9"