From afa238b2c5328c932d01b1dc3e39807e77bb7aef Mon Sep 17 00:00:00 2001 From: 0verwrite <31691645+overwrite00@users.noreply.github.com> Date: Wed, 29 Jul 2026 20:22:08 +0200 Subject: [PATCH] chore: clear prerelease marker after v2.1.0 stable release v2.1.0 has been promoted to stable from the verified v2.1.0-beta.3 build; the source no longer needs to self-report as a prerelease. --- CHANGELOG.md | 2 +- NullifyPDF.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 872c8ba..b710897 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.1.0] - 2026-07-29 -Focused on advanced privacy export, full OCR support for scanned PDFs, and new Lite/Full release variants. Validated through the 2.1.0-beta.1/beta.2 prereleases before this stable release; only the final stable version gets its own heading here. +Focused on advanced privacy export, full OCR support for scanned PDFs, and new Lite/Full release variants. Validated through the 2.1.0-beta.1/beta.2/beta.3 prereleases before this stable release, promoted from `v2.1.0-beta.3` without rebuilding; only the final stable version gets its own heading here. ### ✨ Added diff --git a/NullifyPDF.py b/NullifyPDF.py index 5b9f4f3..b845c34 100644 --- a/NullifyPDF.py +++ b/NullifyPDF.py @@ -57,7 +57,7 @@ ) __version__ = "2.1.0" -__version_prerelease__ = "beta.3" +__version_prerelease__ = "" APP_VERSION = ( f"{__version__}-{__version_prerelease__}" if __version_prerelease__