From 3dc7db30ca917a05e80bc5947496348213e972d4 Mon Sep 17 00:00:00 2001 From: Mauro MSL Date: Tue, 8 Oct 2024 16:51:06 +0100 Subject: [PATCH] Bump Typesetting plugin to v1.7 --- plugin_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_settings.py b/plugin_settings.py index 3cd9911..0cab969 100644 --- a/plugin_settings.py +++ b/plugin_settings.py @@ -6,7 +6,7 @@ DISPLAY_NAME = 'Typesetting' DESCRIPTION = 'An alternative for Production/Proofing' AUTHOR = 'Birkbeck Centre for Technology and Publishing' -VERSION = '1.6' +VERSION = '1.7' SHORT_NAME = 'typesetting' MANAGER_URL = 'typesetting_manager' JANEWAY_VERSION = '1.7.0'