From: Lars Wirzenius <liw@iki.fi>
Date: Sat, 12 Aug 2006 12:35:23 +0000 (+0300)
Subject: New version.
X-Git-Url: https://git.sommitrealweird.co.uk/eoc.git/commitdiff_plain/ba50ba48c88fcebca8a91f0f71ec660ce5552d0a

New version.
---

diff --git a/eoc.py b/eoc.py
index c2df403..8345a41 100644
--- a/eoc.py
+++ b/eoc.py
@@ -4,7 +4,7 @@ This is a simple mailing list manager that mimicks the ezmlm-idx mail
 address commands. See manual page for more information.
 """
 
-VERSION = "1.2.1"
+VERSION = "1.2.2"
 PLUGIN_INTERFACE_VERSION = "1"
 
 import getopt