From 33c84505ab67664726d71d9fd34d0a8d55f02445 Mon Sep 17 00:00:00 2001 From: Kurt Griffiths Date: Fri, 25 Mar 2022 09:58:55 -0600 Subject: [PATCH] chore: release 3.1.0 final --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 808eec59a..07b766b41 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = falcon version = attr: falcon.__version__ -description = An unladen web framework for building APIs and app backends. +description = The ultra-reliable, fast ASGI+WSGI framework for building data plane APIs at scale. long_description_content_type = text/x-rst url = https://falconframework.org author = Kurt Griffiths @@ -74,7 +74,7 @@ console_scripts = [egg_info] # TODO replace -tag_build = rc3 +tag_build = [aliases] test=pytest