From 2556dbe9e07d21162f0d565ea1928dcf1a4bf158 Mon Sep 17 00:00:00 2001 From: Vytautas Liuolia Date: Thu, 10 Oct 2024 21:19:43 +0200 Subject: [PATCH] chore: prepare `4.0.0b3` (#2367) --- docs/changes/4.0.0.rst | 6 +++--- falcon/version.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/changes/4.0.0.rst b/docs/changes/4.0.0.rst index f706049af..757b43baa 100644 --- a/docs/changes/4.0.0.rst +++ b/docs/changes/4.0.0.rst @@ -4,7 +4,7 @@ Changelog for Falcon 4.0.0 Summary ------- -The second beta release of Falcon 4.0.0 is here! +The third beta release of Falcon 4.0.0 is here! Falcon 4.0 is now feature-complete, and we would really be thankful if you could test this beta release with your apps, and @@ -16,9 +16,9 @@ checker of choice without any *typeshed* extensions for Falcon, and :ref:`report back to us ` how it went! As always, you can grab the new release -`from PyPI `__:: +`from PyPI `__:: - pip install falcon==4.0.0b2 + pip install falcon==4.0.0b3 (Alternatively, continue reading these docs for more :ref:`installation options `.) diff --git a/falcon/version.py b/falcon/version.py index 65b165aab..594cffc92 100644 --- a/falcon/version.py +++ b/falcon/version.py @@ -14,5 +14,5 @@ """Falcon version.""" -__version__ = '4.0.0b2' +__version__ = '4.0.0b3' """Current version of Falcon."""