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 4328ca1 commit e2216b8Copy full SHA for e2216b8
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Version history
2
3
+## 0.3.9
4
+
5
+- Allow multiple `start`/`stop` calls.
6
7
## 0.3.8
8
9
- Make sure that `self._start` and `self.stop` calls are contained within `TaskGroup` async context manager (PR by @graingert).
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "zmq-anyio"
-version = "0.3.8"
+version = "0.3.9"
description = "Asynchronous API for ZMQ using AnyIO"
readme = "README.md"
10
authors = [
0 commit comments