Skip to content

Commit 0cf55b8

Browse files
committed
Bumped up the version
1 parent b029df5 commit 0cf55b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/versionhistory.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Version history
33

44
This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
55

6-
**UNRELEASED**
6+
**4.10**
77

88
- Added the ``feed_data()`` method to the ``BufferedByteReceiveStream`` class, allowing
99
users to inject data directly into the buffer
@@ -32,8 +32,8 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
3232
- Incorporated several documentation improvements from the EuroPython 2025 sprint
3333
(special thanks to the sprinters: Emmanuel Okedele, Jan Murre, Euxenia Miruna Goia and
3434
Christoffer Fjord)
35-
- Added a documentation page explaining why one might want to use AnyIO's APIs instead of
36-
asyncio's
35+
- Added a documentation page explaining why one might want to use AnyIO's APIs instead
36+
of asyncio's
3737
- Updated the ``to_interpreters`` module to use the public ``concurrent.interpreters``
3838
API on Python 3.14 or later
3939
- Fixed ``anyio.Path.copy()`` and ``anyio.Path.copy_into()`` failing on Python 3.14.0a7
@@ -48,8 +48,8 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
4848
(`#926 <https://github.com/agronholm/anyio/issues/926>`_; PR by @hroncok)
4949
- Fixed ``SyntaxWarning`` on Python 3.14 about ``return`` in ``finally``
5050
(`#816 <https://github.com/agronholm/anyio/issues/816>`_)
51-
- Fixed RunVar name conflicts. RunVar instances with the same name should not share storage.
52-
(`#880 <https://github.com/agronholm/anyio/issues/880>`_; PR by @vimfu)
51+
- Fixed RunVar name conflicts. RunVar instances with the same name should not share
52+
storage (`#880 <https://github.com/agronholm/anyio/issues/880>`_; PR by @vimfu)
5353
- Renamed the ``BrokenWorkerIntepreter`` exception to ``BrokenWorkerInterpreter``.
5454
The old name is available as a deprecated alias.
5555
(`#938 <https://github.com/agronholm/anyio/pull/938>`_; PR by @ayussh-verma)

0 commit comments

Comments
 (0)