Skip to content

Commit

Permalink
chore: prepare 4.0.0b3 (#2367)
Browse files Browse the repository at this point in the history
  • Loading branch information
vytas7 authored Oct 10, 2024
1 parent db33c9c commit 2556dbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/changes/4.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -16,9 +16,9 @@ checker of choice without any *typeshed* extensions for Falcon, and
:ref:`report back to us <chat>` how it went!

As always, you can grab the new release
`from PyPI <https://pypi.org/project/falcon/4.0.0b2/>`__::
`from PyPI <https://pypi.org/project/falcon/4.0.0b3/>`__::

pip install falcon==4.0.0b2
pip install falcon==4.0.0b3

(Alternatively, continue reading these docs for more
:ref:`installation options <install>`.)
Expand Down
2 changes: 1 addition & 1 deletion falcon/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

"""Falcon version."""

__version__ = '4.0.0b2'
__version__ = '4.0.0b3'
"""Current version of Falcon."""

0 comments on commit 2556dbe

Please sign in to comment.