Skip to content

Commit

Permalink
chore: prepare Falcon 4.0.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
vytas7 committed Oct 15, 2024
1 parent 4e8006b commit 512b3cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions docs/changes/4.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,21 @@ Changelog for Falcon 4.0.0
Summary
-------

Falcon ``4.0.0b4`` is hopefully the final beta release before moving forward to
a release candidate.
The first release candidate of Falcon 4.0 is here!

As Falcon 4.0 is now feature-complete, we would really be thankful if you
could test this beta release with your apps, and
:ref:`let us know if you run into any issues <chat>`!
As Falcon 4.0 is now nearing a stable release, in preparation for this
milestone, we would really be thankful if you could test this release candidate
with your apps, and :ref:`let us know if you run into any issues <chat>`!
Please also check the list of **breaking changes** below.

If you make use of type annotations in your Falcon app, please run your type
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.0b4/>`__::
`from PyPI <https://pypi.org/project/falcon/4.0.0rc1/>`__::

pip install falcon==4.0.0b4
pip install falcon==4.0.0rc1

(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.0b4'
__version__ = '4.0.0rc1'
"""Current version of Falcon."""

0 comments on commit 512b3cb

Please sign in to comment.