Skip to content

Commit

Permalink
release 0.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pohmelie committed Jul 14, 2022
1 parent ddc9a3a commit b17e193
Show file tree
Hide file tree
Showing 2 changed files with 6 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.2"
__version__ = "0.21.3"
version = tuple(map(int, __version__.split(".")))

__all__ = (
Expand Down
5 changes: 5 additions & 0 deletions history.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
x.x.x (xx-xx-xxxx)
------------------

0.21.3 (15-07-2022)
-------------------
- server/`LIST`: prevent broken links are listed, but can't be used with `stat`
- server: make `User.get_permissions` async

0.21.2 (22-04-2022)
-------------------
- tests: remove exception representation check
Expand Down

0 comments on commit b17e193

Please sign in to comment.