We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826d43e commit d4ff75bCopy full SHA for d4ff75b
CHANGELOG.md
@@ -1,8 +1,12 @@
1
# Version history
2
3
+## 0.3.2
4
+
5
+- Fix teardown.
6
7
## 0.3.1
8
-- Try to make starup/teardown more robust.
9
+- Try to make startup/teardown more robust.
10
11
## 0.3.0
12
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "zmq-anyio"
-version = "0.3.1"
+version = "0.3.2"
description = "Asynchronous API for ZMQ using AnyIO"
readme = "README.md"
authors = [
0 commit comments