]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - plugins/rst
remove todo comment about refactoring
[git.ikiwiki.info.git] / plugins / rst
index 797b686a5da681f4c9300eee2ed78482fe19ed19..06b36b80cca85b298ef79462abebd364629941cc 100755 (executable)
@@ -3,9 +3,6 @@
 #
 # rst — xml-rpc-based ikiwiki plugin to process RST files
 #
-# TODO: the top of this file should be converted to a python library for
-# ikiwiki plugins
-# 
 # based a little bit on rst.pm by Sergio Talens-Oliag, but only a little bit. :)
 #
 # Copyright © martin f. krafft <madduck@madduck.net>
@@ -13,7 +10,7 @@
 #
 __name__ = 'rst'
 __description__ = 'xml-rpc-based ikiwiki plugin to process RST files'
-__version__ = '0.2'
+__version__ = '0.3'
 __author__ = 'martin f. krafft <madduck@madduck.net>'
 __copyright__ = 'Copyright © ' + __author__
 __licence__ = 'GPLv2'