Skip to content

Commit

Permalink
Version 1.42.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Jun 23, 2023
1 parent b082d35 commit 40e9149
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.42.2: *Search isolates by SAVs or SNPs defined in typing database.
*Use caching for dashboard AJAX calls where possible.
*Add option to batch download full allele records via API.
*Fix for export of LINcode field values.
v1.42.1: *Upgrade to FontAwesome 6.
*Added provenance completeness metrics - include fields in metric by
setting annotation_metric="yes" for a specific field in config.xml.
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.1');
use version; our $VERSION = version->declare('v1.42.2');
use Apache2::Connection;
use parent qw(BIGSdb::BaseApplication);
use BIGSdb::AjaxAnalysis;
Expand Down

0 comments on commit 40e9149

Please sign in to comment.