Skip to content

Commit

Permalink
Release 0.0.1 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Aug 15, 2024
1 parent ea25623 commit 8f3271a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.1a1 (2024-08-15)
====================
0.0.1 (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.1a1"
__version__ = "0.0.1"

0 comments on commit 8f3271a

Please sign in to comment.