diff options
author | W. Trevor King <wking@tremily.us> | 2012-09-28 02:20:26 -0400 |
---|---|---|
committer | W. Trevor King <wking@tremily.us> | 2012-09-28 02:20:26 -0400 |
commit | 3f4f5fc77974f399ac24f389afa8dd70ea0eafab (patch) | |
tree | f880252e7c47fd0faed4807ef32e0569b77ce1e4 /plugins | |
parent | 58262a45dbfb3abff4092a03ae076eab6ffa5b82 (diff) | |
download | ikiwiki-3f4f5fc77974f399ac24f389afa8dd70ea0eafab.tar ikiwiki-3f4f5fc77974f399ac24f389afa8dd70ea0eafab.tar.gz |
proxy: bump to version 0.2
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/proxy.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 <madduck@madduck.net>' __copyright__ = 'Copyright © ' + __author__ __licence__ = 'BSD-2-clause' |