Skip to content

Commit e7f37d6

Browse files
authored
Merge pull request #8 from lazy-labs/0.0.20
0.0.20
2 parents f3ee69a + 30daa2c commit e7f37d6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def get_packages(package):
3030
'apispec<4',
3131
'python-multipart'
3232
],
33-
version='0.0.19',
33+
version='0.0.20',
3434
url='https://github.com/slv0/start_resty',
3535
license='BSD',
3636
description='The web framework',

star_resty/apidocs/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ def generate_spec(app: Starlette, open_api_version: int, add_head_methods: bool)
5757
api_spec = spec.to_dict()
5858
return api_spec
5959

60+
return spec
61+
6062

6163
def get_open_api_version(version: str) -> int:
6264
v = version.split('.', maxsplit=1)[0]

0 commit comments

Comments
 (0)