From 9777cbb053471551f591bc1de93ea3e8088dc523 Mon Sep 17 00:00:00 2001 From: Username Date: Tue, 20 Jan 2026 08:41:22 +0100 Subject: [PATCH] bump version to 1.5.2 --- app/config.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config.py b/app/config.py index 3f84bb4..5fe754a 100644 --- a/app/config.py +++ b/app/config.py @@ -4,7 +4,7 @@ import os from pathlib import Path # Application version -VERSION = "1.5.1" +VERSION = "1.5.2" class Config: diff --git a/pyproject.toml b/pyproject.toml index 8e2ca1d..17f15a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"