-
-
Notifications
You must be signed in to change notification settings - Fork 945
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: prepare Falcon 4.0.2 (in-tree) (#2392)
* chore: prepare 4.0.2 in-tree (WiP) * chore: relabel #2387 as bugfix * chore: aggregate 4.0.2 contributors * chore: bump up version to `4.0.2` * docs: slightly tweak newsfragment for #2387 * chore: aggregate contributors, +docs tweaks * docs(ASGI): clean up docs on logging setup * chore: render out newsfragments * docs(typing); describe another limitation/inconsistency
- Loading branch information
Showing
12 changed files
with
155 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
Changelog for Falcon 4.0.2 | ||
========================== | ||
|
||
Summary | ||
------- | ||
|
||
This is a minor point release to fix some missed re-exports for type checkers. | ||
In addition, we have also included a couple of documentation improvements. | ||
|
||
|
||
Fixed | ||
----- | ||
|
||
- Running Mypy on code that uses parts of ``falcon.testing`` | ||
would previously lead to errors like:: | ||
|
||
Name "falcon.testing.TestClient" is not defined | ||
|
||
This has been fixed by explicitly exporting the names that are | ||
imported into the ``falcon.testing`` namespace. (`#2387 <https://github.com/falconry/falcon/issues/2387>`__) | ||
|
||
|
||
Misc | ||
---- | ||
|
||
- The printable PDF version of our documentation was enabled on Read the Docs. (`#2365 <https://github.com/falconry/falcon/issues/2365>`__) | ||
|
||
|
||
Contributors to this Release | ||
---------------------------- | ||
|
||
Many thanks to those who contributed to this bugfix release: | ||
|
||
- `AkshayAwate <https://github.com/AkshayAwate>`__ | ||
- `CaselIT <https://github.com/CaselIT>`__ | ||
- `chitvs <https://github.com/chitvs>`__ | ||
- `jap <https://github.com/jap>`__ | ||
- `vytas7 <https://github.com/vytas7>`__ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ Changelogs | |
|
||
.. toctree:: | ||
|
||
4.1.0 <4.1.0> | ||
4.0.2 <4.0.2> | ||
4.0.1 <4.0.1> | ||
4.0.0 <4.0.0> | ||
3.1.3 <3.1.3> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,5 +14,5 @@ | |
|
||
"""Falcon version.""" | ||
|
||
__version__ = '4.1.0.dev1' | ||
__version__ = '4.0.2' | ||
"""Current version of Falcon.""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters