From e6c7ebdf42699902d1357e60843d0237bd63b13a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Wed, 5 Aug 2026 12:25:12 +0200 Subject: [PATCH] chore: update to v1.6.0-rc2 (#4121) --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 04b3c4b5e..8258b8c23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lnbits" -version = "1.6.0-rc1" +version = "1.6.0-rc2" 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 5aa8ff28d..2799918c0 100644 --- a/uv.lock +++ b/uv.lock @@ -1288,7 +1288,7 @@ wheels = [ [[package]] name = "lnbits" -version = "1.6.0rc1" +version = "1.6.0rc2" source = { editable = "." } dependencies = [ { name = "aiosqlite" },