From 988e7b2f13706837cf4bb0a2be869f998b05281c Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Sun, 18 May 2025 17:17:22 +0200 Subject: [PATCH] Bump version. Signed-off-by: Thomas Hochstein --- doc/ChangeLog | 3 +++ lib/NewsStats.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index e6da31e..b53a702 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,6 @@ +NewsStats 0.4.0 (unreleased) + + NewsStats 0.3.0 (2025-05-18) * Extract GroupStats (in gatherstats) to subroutine. * Add ParseHeader() to library. diff --git a/lib/NewsStats.pm b/lib/NewsStats.pm index d16965b..51e939b 100644 --- a/lib/NewsStats.pm +++ b/lib/NewsStats.pm @@ -49,7 +49,7 @@ require Exporter; Output => [qw(OutputData FormatOutput)], SQLHelper => [qw(SQLHierarchies SQLSortOrder SQLGroupList SQLSetBounds SQLBuildClause GetMaxLength)]); -$VERSION = '0.3.0'; +$VERSION = '0.4.0'; use Data::Dumper; use File::Basename;