python-trio / trio

Trio – a friendly Python library for async concurrency and I/O
https://trio.readthedocs.io
Other
5.98k stars 325 forks source link

Bump version to 0.25.1 #3000

Closed A5rocks closed 1 month ago

A5rocks commented 1 month ago

Note: I renamed 2987.issue.rst to 2987.bugfix.rst.

I wanted to make this release a while ago but so it goes. This is mainly for strict_exceptiongroups reasons (we now have documentation!).

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.63%. Comparing base (f46f74d) to head (e4edae9).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3000 +/- ## ======================================= Coverage 99.63% 99.63% ======================================= Files 117 117 Lines 17593 17593 Branches 3173 3173 ======================================= Hits 17528 17528 Misses 46 46 Partials 19 19 ``` | [Files](https://app.codecov.io/gh/python-trio/trio/pull/3000?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-trio) | Coverage Δ | | |---|---|---| | [src/trio/\_version.py](https://app.codecov.io/gh/python-trio/trio/pull/3000?src=pr&el=tree&filepath=src%2Ftrio%2F_version.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=python-trio#diff-c3JjL3RyaW8vX3ZlcnNpb24ucHk=) | `100.00% <100.00%> (ø)` | |
A5rocks commented 1 month ago

(also this was accidentally issue/pr 3000. well, nice!)