diff --git a/aioftp/__init__.py b/aioftp/__init__.py index 279996e..10a5cb0 100644 --- a/aioftp/__init__.py +++ b/aioftp/__init__.py @@ -7,7 +7,7 @@ from .pathio import * from .server import * -__version__ = "0.21.3" +__version__ = "0.21.4" version = tuple(map(int, __version__.split("."))) __all__ = ( diff --git a/history.rst b/history.rst index 29be1bf..d939d5c 100644 --- a/history.rst +++ b/history.rst @@ -1,6 +1,10 @@ x.x.x (xx-xx-xxxx) ------------------ + +0.21.4 (13-10-2022) +------------------- - tests: use `pytest_asyncio` `strict` mode and proper decorations (#155) +- setup/tests: set low bound for version of `async-timeout` (#159) 0.21.3 (15-07-2022) -------------------