From 3f4f5fc77974f399ac24f389afa8dd70ea0eafab Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 28 Sep 2012 02:20:26 -0400 Subject: proxy: bump to version 0.2 --- plugins/proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/proxy.py b/plugins/proxy.py index dd49d6309..04472a326 100755 --- a/plugins/proxy.py +++ b/plugins/proxy.py @@ -31,7 +31,7 @@ # __name__ = 'proxy.py' __description__ = 'helper for Python-based external (xml-rpc) ikiwiki plugins' -__version__ = '0.1' +__version__ = '0.2' __author__ = 'martin f. krafft ' __copyright__ = 'Copyright © ' + __author__ __licence__ = 'BSD-2-clause' -- cgit v1.2.3