Skip to content

Commit

Permalink
Merge pull request #52 from elonzh/fix/werkzeug-version-issue
Browse files Browse the repository at this point in the history
fix: werkzeug version issue
  • Loading branch information
HeathLee authored Feb 12, 2020
2 parents b6f6ed4 + 2503c22 commit 10c66bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion peeweext/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.1'
__version__ = '1.2.2'
2 changes: 1 addition & 1 deletion peeweext/flask.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from werkzeug import import_string, cached_property
from werkzeug.utils import import_string, cached_property
from playhouse import db_url


Expand Down

0 comments on commit 10c66bd

Please sign in to comment.