From 21929c84b78e16fd3e20829d3ce3ed2a30227412 Mon Sep 17 00:00:00 2001 From: Chris Oliver Date: Thu, 19 Jan 2012 19:41:20 -0600 Subject: Release 0.4.2 --- README | 15 --------------- README.md | 14 ++++++++++++++ logbot.py | 2 +- 3 files changed, 15 insertions(+), 16 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index dd6fe09..0000000 --- a/README +++ /dev/null @@ -1,15 +0,0 @@ -LogBot 0.4.1 ------------- - -Author: Chris Oliver - - -Usage ------ -LogBot requires Python 2. It is NOT compatible with Python 3. - -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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..bf0b092 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +LogBot 0.4.2 +------------ + +Author: Chris Oliver + + +Usage +----- +LogBot requires Python 2. It is NOT compatible with Python 3. +Configuration is done inside logbot.py. + + python logbot.py + +Example logs at https://raw.github.com/excid3/logbot/master/example_logs/2011-10-22.html diff --git a/logbot.py b/logbot.py index 4b1cf3b..3a45c87 100644 --- a/logbot.py +++ b/logbot.py @@ -25,7 +25,7 @@ __author__ = "Chris Oliver " -__version__ = "0.4.1" +__version__ = "0.4.2" __date__ = "08/11/2009" __copyright__ = "Copyright (c) Chris Oliver" __license__ = "GPL2" -- cgit v1.2.3