From 719d86aa9cbc60f5557eacc15dad768da87ef302 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Mon, 23 Mar 2026 17:39:08 +0100 Subject: [PATCH] chore: update to version v1.5.2 (#3891) --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 326d1cf23..cb5794044 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lnbits" -version = "1.5.2-rc3" +version = "1.5.2" requires-python = ">=3.10,<3.13" description = "LNbits, free and open-source Lightning wallet and accounts system." authors = [{ name = "Alan Bits", email = "alan@lnbits.com" }] diff --git a/uv.lock b/uv.lock index a0dd06fce..4c98850d1 100644 --- a/uv.lock +++ b/uv.lock @@ -1263,7 +1263,7 @@ wheels = [ [[package]] name = "lnbits" -version = "1.5.2rc3" +version = "1.5.2" source = { editable = "." } dependencies = [ { name = "aiosqlite" },