Skip to content

Commit

Permalink
release 0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pohmelie committed Apr 21, 2022
1 parent 9d3e2bf commit f705cdf
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.1"
__version__ = "0.21.2"
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.2 (22-04-2022)
-------------------
- tests: remove exception representation check

0.21.1 (20-04-2022)
-------------------
- tests: replace more specific `ConnectionRefusedError` with `OSError` for compatibility with FreeBSD (#152)
Expand Down

0 comments on commit f705cdf

Please sign in to comment.