Skip to content

Commit

Permalink
Merge pull request #254 from newpanjing/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
newpanjing authored Apr 30, 2020
2 parents a6c4d22 + 92cbd19 commit 7b45ec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion simpleui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def get_version():
return '3.9'
return '3.9.2'
2 changes: 1 addition & 1 deletion simpleui/templatetags/simpletags.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def get_version():

@register.simple_tag
def get_app_info():
return format_table({version: simpleui.get_version()})
return format_table({"version": simpleui.get_version()})


def format_table(d):
Expand Down

0 comments on commit 7b45ec0

Please sign in to comment.