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 ea25623 commit 8f3271aCopy full SHA for 8f3271a
CHANGES.rst
@@ -4,7 +4,7 @@ CHANGES
4
5
.. towncrier release notes start
6
7
-0.0.1a1 (2024-08-15)
8
-====================
+0.0.1 (2024-08-15)
+==================
9
10
- Initial release with schema generation and request body validation.
aiohttp_apischema/__init__.py
@@ -1,4 +1,4 @@
1
from aiohttp_apischema.generator import SchemaGenerator as SchemaGenerator
2
from aiohttp_apischema.response import APIResponse as APIResponse
3
-__version__ = "0.0.1a1"
+__version__ = "0.0.1"
0 commit comments