Skip to content

Commit

Permalink
Bump version to 1.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed Aug 14, 2017
1 parent 54b4bec commit 78d0188
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions documentation/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '1.5'
version = '1.6'
# The full version, including alpha/beta/rc tags.
release = '1.5'
release = '1.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion src/canu_version_update.pl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

my $label = "snapshot"; # Change this to 'release' just before making a release.
my $major = "1"; # ...and this too.
my $minor = "5"; # ...and this too.
my $minor = "6"; # ...and this too.

my $commits = "0";
my $hash1 = undef; # This from 'git describe'
Expand Down

0 comments on commit 78d0188

Please sign in to comment.