Skip to content

Commit

Permalink
Version 1.42.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Dec 15, 2023
1 parent 24ec60d commit 8750342
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v1.42.7: *Add new Reports plugin - this is used to generate customized genome
reports. See https://github.com/kjolley/Klebsiella_reports for
examples.
*Added option to silently reject alleles that fail similarity check
when batch uploading.
*Added option to make some fields expected for genome assemblies.
*Make the 'expand width' view persistent and allow its use for the
front-end dashboard.
*Add option to return partial sequence matches for scheme queries
using the API.
v1.42.6: *Add list query to all table queries.
*N50 gridlines added to seqbin cumulative length display.
*Query and initialization optimizations to improve performance.
Expand Down
2 changes: 1 addition & 1 deletion lib/BIGSdb/Application.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package BIGSdb::Application;
use strict;
use warnings;
use 5.010;
use version; our $VERSION = version->declare('v1.42.6');
use version; our $VERSION = version->declare('v1.42.7');
use Apache2::Connection;
use parent qw(BIGSdb::BaseApplication);
use BIGSdb::AjaxAnalysis;
Expand Down

0 comments on commit 8750342

Please sign in to comment.