Skip to content

Commit 52baa6d

Browse files
committed
Bumps Janeway minimum version to 1.5.0
1 parent 461b591 commit 52baa6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin_settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
DISPLAY_NAME = 'Custom Styling'
99
DESCRIPTION = 'Allows staff to add custom css to journals.'
1010
AUTHOR = 'Andy Byers'
11-
VERSION = '0.1'
11+
VERSION = '1.0'
1212
SHORT_NAME = 'customstyling'
1313
MANAGER_URL = 'customstyling_manager'
14-
JANEWAY_VERSION = "1.3.8"
14+
JANEWAY_VERSION = "1.5.0"
1515
BASE_CSS_PATH = os.path.join(
1616
settings.MEDIA_ROOT,
1717
'customstyling',

0 commit comments

Comments
 (0)