Show version on /-/plugins page, closes #248

This commit is contained in:
Simon Willison 2018-05-04 15:04:33 -03:00
commit ca290719ed
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52
3 changed files with 10 additions and 3 deletions

View file

@ -763,7 +763,8 @@ def test_plugins_json(app_client):
assert {
'name': 'my_plugin.py',
'static': False,
'templates': False
'templates': False,
'version': None,
} in response.json