Skip to content

Commit

Permalink
Version 1.29.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed Jan 7, 2021
1 parent 8d331e3 commit b10750c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v1.29.5: *Minor bug fixes.
v1.29.4: *Support for upload of compressed sequences - please note the new
Perl module dependency: File::Type.
v1.29.3: *Include sequence bin size and contig number in isolate queries.
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-2020, University of Oxford
#(c) 2010-2021, 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.29.4');
use version; our $VERSION = version->declare('v1.29.5');
use Apache2::Connection;
use parent qw(BIGSdb::BaseApplication);
use BIGSdb::AjaxJobs;
Expand Down

0 comments on commit b10750c

Please sign in to comment.