This is an automated email from the git hooks/post-receive script. jame-guest pushed a commit to tag v0.09 in repository libweasel-perl.
commit 9daf4c4e1a20bebaf512dee075448cd26636f56a Author: Erik Huelsmann <[email protected]> Date: Sun Sep 4 12:14:07 2016 +0200 * Update version numbers, all of them --- CHANGES | 3 +++ dist.ini | 2 +- lib/Weasel.pm | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 23adcd7..286e0c3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +** 0.09 / 2016-09-04 + - Set the correct version number in Weasel.pm + ** 0.08 / 2016-08-26 - Add the possibility to use environment variables for base_url diff --git a/dist.ini b/dist.ini index be825e4..07f5e9a 100644 --- a/dist.ini +++ b/dist.ini @@ -1,6 +1,6 @@ name = Weasel abstract = PHP's Mink inspired multi-protocol web-testing library for Perl -version = 0.08 +version = 0.09 author = Erik Huelsmann <[email protected]> copyright_holder = Erik Huelsmann main_module = lib/Pherkin/Extension/Weasel.pm diff --git a/lib/Weasel.pm b/lib/Weasel.pm index 9580470..0478686 100644 --- a/lib/Weasel.pm +++ b/lib/Weasel.pm @@ -5,7 +5,7 @@ Weasel - Perl's php/Mink-inspired abstracted web-driver framework =head1 VERSION -0.07 +0.09 =head1 SYNOPSIS @@ -110,7 +110,7 @@ use warnings; use Moose; -our $VERSION = '0.07'; +our $VERSION = '0.09'; # From https://w3c.github.io/webdriver/webdriver-spec.html#keyboard-actions my %key_codes = ( -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libweasel-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
