1.3.2
    * template update
    * setup.py build_doc command update
    * setup.py rewrite - commands tools generated from setuptools
    * data files using fix
    * template variables support from command tools

1.3.1
    * Documentation fix

1.3.0
    * separate functionality to extra files - modules
    * reStructuredText support via docutils_tinyhtml writer
    * reStructuredText is default format
    * tests
    * examples
    * doctest automatics highlighting
    * code escape string are colorize
    * inverse (dark) style is more contrast
    * all styles know new highlight tags
    * load_text is deprecated now
    * examples are generate by test (py.test needed)
    * load_rst and load_wiki have new arguments link and top, to generate
      links span
    * load_rst and load_wiki generates list of headers and last item is
      formated text now - this break compatibility with old templates
    * system (jinja24doc) templates are default available via path, so no
      need to append it's path when jinja24doc is called
    * pep8 code style
    * templates fixes
    * new rst24doc and wiki24doc command tools
    * variable top and link for module (_reference template)
    * options system message, verbose, vesrion
    * traceback and embed stylesheet support
    * encoding support
    * pep and rfc links for wiki and rst
    * new descriptor and dt styles
    * fix of regular expression for wiki
    * Documentation update
    * fix position for link and top links in styles
    * Same header as on web
    * decorator fix regular expression for python colorize
    * append dependences of module from classes too
    * generating web documentation verstion is append to git
    * link for unstable version in documentation
    * new ChangeLog for humans ;-)

1.2.1 not released
    * documentation fix
    * moved to GitHub

1.2.0
    * static methods, module dependences, jinja log function and module info
    * use __name__ property instead of name from getmebers
    * bug fix for comments for regexps
    * bug fix for pep links regexp
    * support automatics links to RFC documents
    * do not process builtin functions
    * generate args from doc for builtin functions
    * escaped arguments in templates

1.1.0
    * Documentation update & bug fix
    * doc typing error fix
    * jinja24doc templates look-like public templates
    * python3 compatible fix and keywords types is function variable
    * jinja2 must be install before jinja24doc via pip
    * Referencing to method works now, and reference to class is really
     reference to class
    * load_source function and defs and classes names are highlighted now
    * new _source template and right def and class names match
    * Function and method names in arguments
    * Getting descriptors and properties to api and sorting in class
    * property info
    * style update

1.0.0 Initial version
