From 1f63a50e9cbbe7f6ab520633a8a2dd85ec6e79df Mon Sep 17 00:00:00 2001 From: Maksim Date: Wed, 26 Jan 2022 17:20:50 +0300 Subject: [PATCH] v3.0.0b1 --- README.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5288e45..c88bb13 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ Look [here](#more-decorators) for more info. ```aiohttp-apispec``` api is fully inspired by ```flask-apispec``` library +**Version 3.0.0b1 with apispec>=5.0 webargs>=8.0 is in beta now** (`pip install aiohttp-apispec==3.0.0b1`). + ## Contents - [Install](#install) diff --git a/setup.py b/setup.py index 450a1f8..1aceb3c 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def read(file_name): setup( name='aiohttp-apispec', - version='3.0.0', + version='3.0.0b1', description='Build and document REST APIs with aiohttp and apispec', long_description=read('README.md'), long_description_content_type="text/markdown",