From a0da91593be4c336059cb1f4c7f71a90af373daa Mon Sep 17 00:00:00 2001 From: Vytautas Liuolia Date: Sat, 28 Sep 2024 11:42:25 +0200 Subject: [PATCH] chore: prepare `4.0.0a2` (#2347) --- docs/changes/4.0.0.rst | 4 ++-- falcon/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changes/4.0.0.rst b/docs/changes/4.0.0.rst index bdb8b235a..f04f2c063 100644 --- a/docs/changes/4.0.0.rst +++ b/docs/changes/4.0.0.rst @@ -4,10 +4,10 @@ Changelog for Falcon 4.0.0 Summary ------- -The first alpha release of Falcon 4.0.0 is here! +The alpha release of Falcon 4.0.0 is here! We would really appreciate if you could help with early testing on your code! -You can grab this release from PyPI (``pip install falcon==4.0.0a1``), +You can grab this release from PyPI (``pip install falcon==4.0.0a2``), and :ref:`let us know how it went `! Although we are still in the process of polishing the last items from the diff --git a/falcon/version.py b/falcon/version.py index 9f4e66609..704661dc5 100644 --- a/falcon/version.py +++ b/falcon/version.py @@ -14,5 +14,5 @@ """Falcon version.""" -__version__ = '4.0.0a1' +__version__ = '4.0.0a2' """Current version of Falcon."""