Skip to content

Commit

Permalink
Version 1.41.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Feb 10, 2023
1 parent 3ec1101 commit b751e1b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v1.41.1: *Option to define dashboard colours for specific field values.
v1.41.0: *Bug fix for scheme field ordering in cache tables.
v1.40.1: *Check, and add if necessary, field indexes on scheme cache tables.
*Add new index that speeds up scheme cache renewal.
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.41.0');
use version; our $VERSION = version->declare('v1.41.1');
use Apache2::Connection;
use parent qw(BIGSdb::BaseApplication);
use BIGSdb::AjaxAnalysis;
Expand Down
4 changes: 3 additions & 1 deletion scripts/automation/autotag.pl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#You should have received a copy of the GNU General Public License
#along with BIGSdb. If not, see <http://www.gnu.org/licenses/>.
#
#Version: 20230201
#Version: 20230210
use strict;
use warnings;
use 5.010;
Expand Down Expand Up @@ -184,6 +184,8 @@ sub show_help {
Marks missing loci as provisional allele 0. Sets default word size to 15.
${bold}--curator$norm ${under}CURATOR ID$norm
Curator id to use for updates. By default -1 is used - there should be an
autotagger account set with this id number.
${bold}-d, --database$norm ${under}NAME$norm
Database configuration name.
Expand Down
4 changes: 3 additions & 1 deletion scripts/automation/scannew.pl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#You should have received a copy of the GNU General Public License
#along with BIGSdb. If not, see <http://www.gnu.org/licenses/>.
#
#Version: 20230201
#Version: 20230210
use strict;
use warnings;
use 5.010;
Expand Down Expand Up @@ -218,6 +218,8 @@ sub show_help {
Only return complete coding sequences.
${bold}--curator$norm ${under}CURATOR ID$norm
Curator id to use for updates. By default -1 is used - there should be an
autodefiner account set with this id number.
${bold}-d, --database$norm ${under}NAME$norm
Database configuration name.
Expand Down

0 comments on commit b751e1b

Please sign in to comment.