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."""