Skip to content

Commit

Permalink
Version 1.40.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Feb 1, 2023
1 parent 4641891 commit 085df96
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.40.1: *Check, and add if necessary, field indexes on scheme cache tables.
*Add new index that speeds up scheme cache renewal.
*Fix flanking sequence export.
*Add --curator option to autotag.pl and scannew.pl scripts.
v1.40.0: *Cache renewal now uses an embedded database stored procedure for
scheme field lookup, improving memory use.
v1.39.1: *Improvements to scheme caching in isolate databases. This is now more
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.40.0');
use version; our $VERSION = version->declare('v1.40.1');
use Apache2::Connection;
use parent qw(BIGSdb::BaseApplication);
use BIGSdb::AjaxAnalysis;
Expand Down

0 comments on commit 085df96

Please sign in to comment.