Skip to content

Commit 2c0f9d9

Browse files
committed
release: 1.5.6
1 parent 4d5f3d4 commit 2c0f9d9

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGES.md

+9
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ Changelog
1616

1717
<!-- towncrier release notes start -->
1818

19+
1.5.6 (2022-04-11)
20+
------------------
21+
22+
### Features
23+
* Add the `closing_async()` async context manager, in addition to `aclosing()` ([#48](https://github.com/achimnol/aiotools/issues/48))
24+
### Fixes
25+
* Allow importing aiotools on Windows platforms, removing incompatible modules from the default `__all__` import list ([#47](https://github.com/achimnol/aiotools/issues/47))
26+
27+
1928
1.5.5 (2022-03-22)
2029
------------------
2130

changes/47.fix.md

-1
This file was deleted.

changes/48.feature.md

-1
This file was deleted.

src/aiotools/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.5
1+
1.5.6

0 commit comments

Comments
 (0)