Release 0.4.2

This commit is contained in:
Chris Oliver 2012-01-19 19:41:20 -06:00
parent 978d22c7b7
commit 21929c84b7
2 changed files with 4 additions and 5 deletions

View file

@ -1,4 +1,4 @@
LogBot 0.4.1 LogBot 0.4.2
------------ ------------
Author: Chris Oliver <chris@excid3.com> Author: Chris Oliver <chris@excid3.com>
@ -7,9 +7,8 @@ Author: Chris Oliver <chris@excid3.com>
Usage Usage
----- -----
LogBot requires Python 2. It is NOT compatible with Python 3. LogBot requires Python 2. It is NOT compatible with Python 3.
Configuration is done inside logbot.py.
python logbot.py python logbot.py
Configuration is done inside logbot.py
Example logs at https://raw.github.com/excid3/logbot/master/example_logs/2011-10-22.html Example logs at https://raw.github.com/excid3/logbot/master/example_logs/2011-10-22.html

View file

@ -25,7 +25,7 @@
__author__ = "Chris Oliver <excid3@gmail.com>" __author__ = "Chris Oliver <excid3@gmail.com>"
__version__ = "0.4.1" __version__ = "0.4.2"
__date__ = "08/11/2009" __date__ = "08/11/2009"
__copyright__ = "Copyright (c) Chris Oliver" __copyright__ = "Copyright (c) Chris Oliver"
__license__ = "GPL2" __license__ = "GPL2"