diff --git a/README.txt b/README.txt
index 99bddc7f5..dc595207f 100644
--- a/README.txt
+++ b/README.txt
@@ -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.
diff --git a/lib/BIGSdb/Application.pm b/lib/BIGSdb/Application.pm
index 977c29ddd..606731ede 100644
--- a/lib/BIGSdb/Application.pm
+++ b/lib/BIGSdb/Application.pm
@@ -1,5 +1,5 @@
 #Written by Keith Jolley
-#(c) 2010-2020, University of Oxford
+#(c) 2010-2021, University of Oxford
 #E-mail: keith.jolley@zoo.ox.ac.uk
 #
 #This file is part of Bacterial Isolate Genome Sequence Database (BIGSdb).
@@ -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;