We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b6d4f commit 1f63a50Copy full SHA for 1f63a50
README.md
@@ -29,6 +29,8 @@ Look [here](#more-decorators) for more info.
29
30
```aiohttp-apispec``` api is fully inspired by ```flask-apispec``` library
31
32
+**Version 3.0.0b1 with apispec>=5.0 webargs>=8.0 is in beta now** (`pip install aiohttp-apispec==3.0.0b1`).
33
+
34
## Contents
35
36
- [Install](#install)
setup.py
@@ -9,7 +9,7 @@ def read(file_name):
9
10
setup(
11
name='aiohttp-apispec',
12
- version='3.0.0',
+ version='3.0.0b1',
13
description='Build and document REST APIs with aiohttp and apispec',
14
long_description=read('README.md'),
15
long_description_content_type="text/markdown",
0 commit comments