From 8f3271a81dbbc551a877ff3268cb5be61e664f6a Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Thu, 15 Aug 2024 15:27:38 +0100 Subject: [PATCH] Release 0.0.1 (#20) --- CHANGES.rst | 4 ++-- aiohttp_apischema/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 142e819..12cec1b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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. diff --git a/aiohttp_apischema/__init__.py b/aiohttp_apischema/__init__.py index 0f05d21..3a447b6 100644 --- a/aiohttp_apischema/__init__.py +++ b/aiohttp_apischema/__init__.py @@ -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"