Skip to content

Commit

Permalink
chore: prepare 4.0.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
vytas7 committed Sep 28, 2024
1 parent 217dc46 commit 530c991
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/changes/4.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <chat>`!

Although we are still in the process of polishing the last items from the
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.0a1'
__version__ = '4.0.0a2'
"""Current version of Falcon."""

0 comments on commit 530c991

Please sign in to comment.