From: tla Date: Sat, 6 Dec 2014 23:46:43 +0000 (+0100) Subject: bump a major version, to make life easier X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4f5682613cf151f1d503d79e887299e3f1d10da5;p=scpubgit%2Fstemmatology.git bump a major version, to make life easier --- diff --git a/base/CHANGES b/base/CHANGES index 19d9458..8f6aba4 100644 --- a/base/CHANGES +++ b/base/CHANGES @@ -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 diff --git a/base/lib/Text/Tradition.pm b/base/lib/Text/Tradition.pm index 7cdcea9..12d7716 100644 --- a/base/lib/Text/Tradition.pm +++ b/base/lib/Text/Tradition.pm @@ -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'; };