Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
atlithorn committed May 20, 2015
1 parent 191e8d6 commit 27aab41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions flask_swagger.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ def spec():
We go through all endpoints of the app searching for swagger endpoints
We provide the minimum required data according to swagger specs
Callers can and should add and override at will
Arguments:
app -- the flask app to inspect
Keyword arguments:
process_doc -- text sanitization method, the default simply replaces \n with <br>
"""

output = {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
long_description = file.read()

setup(name='flask-swagger',
version='0.2.4',
version='0.2.6',
url='https://github.com/gangverk/flask-swagger',
description='Extract swagger specs from your flask project',
author='Atli Thorbjornsson',
Expand Down

0 comments on commit 27aab41

Please sign in to comment.