From 910b5d1edf0caf1b316b655faf92402cec1cc44d Mon Sep 17 00:00:00 2001 From: mbridak Date: Thu, 5 Dec 2024 09:07:31 -0800 Subject: [PATCH] @mbridak Bump and Doc --- CHANGELOG.md | 2 ++ README.md | 2 ++ not1mm/lib/version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4d15df..acaa215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +- [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 - [24-12-3] Add button to bandmap to delete marked spots. - [24-11-27] Added CAT poll interval. diff --git a/README.md b/README.md index b569512..7079dd5 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,8 @@ generated, 'cause I'm lazy, list of those who've submitted PR's. ## Recent Changes (Polishing the Turd) +- [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 - [24-12-3] Add button to bandmap to delete marked spots. diff --git a/not1mm/lib/version.py b/not1mm/lib/version.py index 8701a69..358fdf0 100644 --- a/not1mm/lib/version.py +++ b/not1mm/lib/version.py @@ -1,3 +1,3 @@ """It's the version""" -__version__ = "24.12.3.1" +__version__ = "24.12.5" diff --git a/pyproject.toml b/pyproject.toml index 1adec3c..44e51cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "not1mm" -version = "24.12.3.1" +version = "24.12.5" description = "NOT1MM Logger" readme = "README.md" requires-python = ">=3.9"