Skip to content

Commit

Permalink
Version 1.49.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Nov 26, 2024
1 parent fa3e777 commit 57e6387
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
v1.49.1: *Fix for lincodes.pl for use with latest version of PDL module.
*Improved layout of site user registration and admin pages.
*Users can now upload their own genomes using .tar.gz or .tar files
(not just .zip files) in Genome Comparator and related plugins.
(not just .zip files) in Genome Comparator and related plugins.
*New option to export LIN code prefixes of different lengths in Export
plugin.
v1.49.0: *Automated generation of personal API keys.
*Use LINcodes to identify closest profiles and genomes on profile
info page.
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.49.0');
use version; our $VERSION = version->declare('v1.49.1');
use Apache2::Connection;
use parent qw(BIGSdb::BaseApplication);
use BIGSdb::AjaxAnalysis;
Expand Down

0 comments on commit 57e6387

Please sign in to comment.