Skip to content

Commit

Permalink
bump a major version, to make life easier
Browse files Browse the repository at this point in the history
  • Loading branch information
tla committed Dec 6, 2014
1 parent c67190d commit 4f56826
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions base/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 2.0.0
=============
* Major version bump to allow minor releases for stupid mistakes
* New "adjacency list" output format
* Cope with Stemweb's lack of UTF-8 support
* Various and sundry bugfixes

Version 1.3
===========
* Deal with Moose objectification of its exceptions
Expand Down
2 changes: 1 addition & 1 deletion base/lib/Text/Tradition.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Text::Tradition::Witness;
use TryCatch;

use vars qw( $VERSION );
$VERSION = "1.3";
$VERSION = '2.0.0';

# Enable plugin(s) if available
eval { with 'Text::Tradition::HasStemma'; };
Expand Down

0 comments on commit 4f56826

Please sign in to comment.