From 6ed45057c9f060d7715c485f1840a2dd2aad494c Mon Sep 17 00:00:00 2001 From: Jordan Robinson Date: Thu, 27 Nov 2025 23:37:53 +0000 Subject: [PATCH] release 1.3.6 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a8908789dbf452dcd6fc6046ea7e7c7e41e1fa5a..60895c92d577508af806a0c2c3ebb0f3704d3934 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mataroa" -version = "1.2.0" +version = "1.3.6" description = "Mataroa is a simple blogging platform." readme = "README.md" requires-python = ">=3.13" @@ -16,7 +16,7 @@ dependencies = [ "psycopg[binary]>=3.2.9", "pygments>=2.19.2", "python-dotenv>=1.1.1", - "stripe>=12.4.0", + "stripe==13.0.1", ] [dependency-groups]