From: hfuecks Date: Wed, 18 Apr 2007 15:24:41 +0000 (+0000) Subject: Bump to 1.1 X-Git-Tag: 1.1~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=12fd9801d6ebb3799e8dada433916a3738788857;p=apachelog.git Bump to 1.1 --- 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 = """\