Skip to content

Commit 1f63a50

Browse files
author
Maksim
committed
v3.0.0b1
1 parent 96b6d4f commit 1f63a50

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Look [here](#more-decorators) for more info.
2929

3030
```aiohttp-apispec``` api is fully inspired by ```flask-apispec``` library
3131

32+
**Version 3.0.0b1 with apispec>=5.0 webargs>=8.0 is in beta now** (`pip install aiohttp-apispec==3.0.0b1`).
33+
3234
## Contents
3335

3436
- [Install](#install)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def read(file_name):
99

1010
setup(
1111
name='aiohttp-apispec',
12-
version='3.0.0',
12+
version='3.0.0b1',
1313
description='Build and document REST APIs with aiohttp and apispec',
1414
long_description=read('README.md'),
1515
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)