Skip to content

Commit

Permalink
updating version numbers docs for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyMenzies committed Nov 1, 2016
1 parent cd72f98 commit d6cff6b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 3.2.0
* Allows use of ensemblgenomes.org as a datasource
* Handle genes without names, and give more useful error message
* Ensure an error code is emmitted on failure

### 3.1.0
* Adds travis testing
* Cleans up install script and adds multi versioned paths to options
Expand Down
Binary file modified docs.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/Sanger/CGP/Vagrent.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use strict;
use Const::Fast qw(const);

use base 'Exporter';
our $VERSION = '3.1.1';
our $VERSION = '3.2.0';
our @EXPORT = qw($VERSION);

1;

0 comments on commit d6cff6b

Please sign in to comment.