Skip to content

Commit

Permalink
release 0.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pohmelie committed Oct 12, 2022
1 parent d94a394 commit 0f45469
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aioftp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = (
Expand Down
4 changes: 4 additions & 0 deletions history.rst
Original file line number Diff line number Diff line change
@@ -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)
-------------------
Expand Down

0 comments on commit 0f45469

Please sign in to comment.