Skip to content

Commit

Permalink
Version 1.50.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Jan 8, 2025
1 parent f86fe68 commit cb43d67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ v1.50.1: *Added support for Neighbour-joining trees in GrapeTree.
*Added a means to restrict use of particular plugins to users/groups.
*Option to override system attributes for specific user/usergroups to
enable different plugin behaviour/limits.
*Added inclusion of registered analysis result fields in API isolate
records
v1.50.0: *Field values from arbitrary analyses, e.g. Kleborate and rMLST
species id, stored as JSON can now be registered and included in
isolate queries, export, and analysis.
Expand Down
4 changes: 2 additions & 2 deletions lib/BIGSdb/Application.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Written by Keith Jolley
#(c) 2010-2024, University of Oxford
#(c) 2010-2025, University of Oxford
#E-mail: [email protected]
#
#This file is part of Bacterial Isolate Genome Sequence Database (BIGSdb).
Expand All @@ -20,7 +20,7 @@ package BIGSdb::Application;
use strict;
use warnings;
use 5.010;
use version; our $VERSION = version->declare('v1.50.0');
use version; our $VERSION = version->declare('v1.50.1');
use Apache2::Connection;
use parent qw(BIGSdb::BaseApplication);
use BIGSdb::AjaxAnalysis;
Expand Down

0 comments on commit cb43d67

Please sign in to comment.