From 3f2b7392b969132dcf6522a1eb32c55701eedfbe Mon Sep 17 00:00:00 2001 From: Dave Gaeddert Date: Fri, 27 Sep 2024 22:58:00 -0500 Subject: [PATCH] Release plain and plain-oauth (new settings code) --- plain-oauth/pyproject.toml | 2 +- plain/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plain-oauth/pyproject.toml b/plain-oauth/pyproject.toml index 423066582d..f890f852b6 100644 --- a/plain-oauth/pyproject.toml +++ b/plain-oauth/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "plain.oauth" -version = "0.7.1" +version = "0.7.2" description = "OAuth login and API access for Plain." authors = ["Dave Gaeddert "] license = "BSD-3-Clause" diff --git a/plain/pyproject.toml b/plain/pyproject.toml index f0947d37da..115dc450c1 100644 --- a/plain/pyproject.toml +++ b/plain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "plain" -version = "0.5.0" +version = "0.6.0" description = "A web framework for building products with Python." authors = ["Dave Gaeddert "] readme = "README.md"