Skip to content

Commit ea25623

Browse files
Release v0.0.1a1 (#19)
1 parent 1cc274d commit ea25623

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CHANGES
44

55
.. towncrier release notes start
66
7-
0.0.1a0 (2024-08-10)
7+
0.0.1a1 (2024-08-15)
88
====================
99

1010
- Initial release with schema generation and request body validation.

aiohttp_apischema/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from aiohttp_apischema.generator import SchemaGenerator as SchemaGenerator
22
from aiohttp_apischema.response import APIResponse as APIResponse
33

4-
__version__ = "0.0.1a0"
4+
__version__ = "0.0.1a1"

0 commit comments

Comments
 (0)