We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d10136 commit fa46dfaCopy full SHA for fa46dfa
plugin_settings.py
@@ -1,9 +1,11 @@
1
PLUGIN_NAME = 'Books Plugin'
2
DESCRIPTION = 'This plugin supports the publication of books in Janeway.'
3
AUTHOR = 'Andy Byers'
4
-VERSION = '1.0'
+VERSION = '1.1'
5
SHORT_NAME = 'books'
6
MANAGER_URL = 'books_admin'
7
+JANEWAY_VERSION = "1.3.5"
8
+
9
10
from utils import models
11
0 commit comments