Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 7.1.0 #20

Merged
merged 2 commits into from
Nov 26, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/turbo_flask/turbo.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
from markupsafe import Markup


_CDN = 'https://cdn.skypack.dev'
_PKG = '@hotwired/turbo'
_VER = 'v7.0.1-Ugtf0P5kipzmpINBLqbM'
_CDN = "https://cdn.skypack.dev"
_PKG = "@hotwired/turbo"
_VER = "v7.1.0-RBjb2wnkmosSQVoP27jT"
Copy link
Owner

@miguelgrinberg miguelgrinberg Nov 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please keep the quote style as single quote, so that it is consistent with the rest of the file? Thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, I'm sorry :D It's back as single quote



class Turbo:
Expand Down