From 12fd9801d6ebb3799e8dada433916a3738788857 Mon Sep 17 00:00:00 2001 From: hfuecks Date: Wed, 18 Apr 2007 15:24:41 +0000 Subject: [PATCH] Bump to 1.1 --- apachelog.py | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apachelog.py b/apachelog.py index 10f3e9e..bbcfd38 100755 --- a/apachelog.py +++ b/apachelog.py @@ -85,13 +85,14 @@ if you need to deal with log from multiple servers in different timezones. """ -__version__ = "1.0" +__version__ = "1.1" __license__ = """Released under the same terms as Perl. See: http://dev.perl.org/licenses/ """ __author__ = "Harry Fuecks " __contributors__ = [ "Peter Hickman ", + "Loic Dachary " ] import re diff --git a/setup.py b/setup.py index 6cdeea9..c15212c 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ if not hasattr(DistributionMetadata,'classifiers'): setup( name = 'apachelog', - version = '1.0', + version = '1.1', description = 'Access log parser in python, ported from '\ 'Peter Hickman\'s Apache::LogRegex Perl moduleUniversal.', long_description = """\ -- 2.26.2