From 068a5be3b307f4e4bf89b71f00351902adad39dc Mon Sep 17 00:00:00 2001 From: Keith Jolley Date: Thu, 8 Oct 2020 08:45:51 +0100 Subject: [PATCH] Version 1.28.1. --- README.txt | 4 ++++ lib/BIGSdb/Application.pm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 7744ca986..96b2c2d92 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,7 @@ +v1.28.1: *Update ITOL plugin to support API key needed due to the change in + subscription model at https://itol.embl.de/. + *Extract new allele sequence if found during query with option to + start a new submission for assignment. v1.28.0: *New interface. v1.27.1: *Improved kiosk mode support. *Fixed memory leak in BLAST plugin. diff --git a/lib/BIGSdb/Application.pm b/lib/BIGSdb/Application.pm index ef1339933..86cb7c1d9 100644 --- a/lib/BIGSdb/Application.pm +++ b/lib/BIGSdb/Application.pm @@ -20,7 +20,7 @@ package BIGSdb::Application; use strict; use warnings; use 5.010; -use version; our $VERSION = version->declare('v1.28.0'); +use version; our $VERSION = version->declare('v1.28.1'); use Apache2::Connection; use parent qw(BIGSdb::BaseApplication); use BIGSdb::AjaxJobs;