bump a major version, to make life easier
tla [Sat, 6 Dec 2014 23:46:43 +0000 (00:46 +0100)]
base/CHANGES
base/lib/Text/Tradition.pm

index 19d9458..8f6aba4 100644 (file)
@@ -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
index 7cdcea9..12d7716 100644 (file)
@@ -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'; };