Skip to content

Commit

Permalink
v3.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim committed Jan 26, 2022
1 parent 96b6d4f commit 1f63a50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1f63a50

Please sign in to comment.