Skip to content

Commit

Permalink
Release v0.0.1a1 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Aug 15, 2024
1 parent 1cc274d commit ea25623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CHANGES

.. towncrier release notes start
0.0.1a0 (2024-08-10)
0.0.1a1 (2024-08-15)
====================

- Initial release with schema generation and request body validation.
2 changes: 1 addition & 1 deletion aiohttp_apischema/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from aiohttp_apischema.generator import SchemaGenerator as SchemaGenerator
from aiohttp_apischema.response import APIResponse as APIResponse

__version__ = "0.0.1a0"
__version__ = "0.0.1a1"

0 comments on commit ea25623

Please sign in to comment.