Skip to content

Commit

Permalink
Flask 0.1.0. (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhatch authored Aug 12, 2020
1 parent 647190c commit ac7da52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion languages/python/flask-oso/flask_oso/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.0-rc2"
__version__ = "0.1.0"

from .flask_oso import FlaskOso
from .decorators import authorize, skip_authorization
Expand Down
2 changes: 1 addition & 1 deletion languages/python/flask-oso/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
oso>=0.3.0
oso~=0.4.0
flask>=0.12.0

0 comments on commit ac7da52

Please sign in to comment.