Skip to content

Commit afa238b

Browse files
committed
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.
1 parent be2f1a6 commit afa238b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [2.1.0] - 2026-07-29
1111

12-
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.
12+
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.
1313

1414
### ✨ Added
1515

NullifyPDF.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
)
5858

5959
__version__ = "2.1.0"
60-
__version_prerelease__ = "beta.3"
60+
__version_prerelease__ = ""
6161
APP_VERSION = (
6262
f"{__version__}-{__version_prerelease__}"
6363
if __version_prerelease__

0 commit comments

Comments
 (0)