Bump to 1.1
authorhfuecks <hfuecks@2aa64f9d-4624-0410-9d16-255af7953928>
Wed, 18 Apr 2007 15:24:41 +0000 (15:24 +0000)
committerhfuecks <hfuecks@2aa64f9d-4624-0410-9d16-255af7953928>
Wed, 18 Apr 2007 15:24:41 +0000 (15:24 +0000)
apachelog.py
setup.py

index 10f3e9e7c8794d6e6c5e1ab709367c76a95cab39..bbcfd38a1bf63931d08304b92eebfaf5e3c1ce42 100755 (executable)
@@ -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 <hfuecks@gmail.com>"
 __contributors__ = [
     "Peter Hickman <peterhi@ntlworld.com>",
+    "Loic Dachary <loic@dachary.org>"
     ]
     
 import re
index 6cdeea93bc77417063bbd7f9bef00615b887c709..c15212c7f186af02d2047e6b0cfa58d9e26894b3 100755 (executable)
--- 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 = """\