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 af77ca7 commit 2e143e9Copy full SHA for 2e143e9
CHANGES.rst
@@ -13,3 +13,14 @@ Changelog
13
WARNING: Don't drop the next directive!
14
15
.. towncrier release notes start
16
+
17
+v0.0.1
18
+======
19
20
+*(2025-01-05)*
21
22
23
+Initial release
24
25
26
+----
src/aiohttp_asyncmdnsresolver/__init__.py
@@ -1,4 +1,4 @@
1
"""aiohttp_asyncmdnsresolver: An async resolver that support MDNS."""
2
3
-__version__ = "0.0.0.dev0"
+__version__ = "0.0.1"
4
__all__ = ()
0 commit comments