Skip to content

Commit

Permalink
Bump version to 1.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed Feb 27, 2018
1 parent afb95fe commit c9ef921
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.6'
version = '1.7'
# The full version, including alpha/beta/rc tags.
release = '1.6'
release = '1.7'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions src/canu_version_update.pl
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@

my $cwd = getcwd();

my $label = "snapshot"; # Change this to 'release' just before making a release.
my $major = "1"; # ...and this too.
my $minor = "6"; # ...and this too.
my $label = "snapshot"; # Automagically set to 'release' for releases.
my $major = "1"; # Bump before release.
my $minor = "7"; # Bump before release.

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

0 comments on commit c9ef921

Please sign in to comment.