bump version to 1.5.2

This commit is contained in:
Username
2026-01-20 08:41:22 +01:00
parent f5f2f8f363
commit 9777cbb053
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import os
from pathlib import Path
# Application version
VERSION = "1.5.1"
VERSION = "1.5.2"
class Config:

View File

@@ -1,6 +1,6 @@
[project]
name = "flaskpaste"
version = "1.4.0"
version = "1.5.2"
description = "Secure pastebin with mTLS authentication and E2E encryption"
readme = "README.md"
requires-python = ">=3.11"