Skip to content

Update Python and Python-Markdown Versions

Compare
Choose a tag to compare
@jambonrose jambonrose released this 07 Oct 23:14
· 31 commits to development since this release

Core functionality remains the same. Python and Python Markdown versions are changed. Repository infrastructure changed.

  • Add test/support for Python-Markdown 2.6
  • Drop Support For:
    • Python 2.6 (EOL 2013)
    • Python 3.2 (EOL 2016)
    • Python-Markdown 2.4 (Superseded in 2014)
  • Fix Issue #2 - Setup.py errors; Description.rst missing
  • Replace coveralls with codecov
  • Add repository information such as AUTHORS and HISTORY
  • Update Makefile dist and release for PyPI changes