1Python-Markdown 2.0.1 Release Notes 2=================================== 3 4Python-Markdown 2.0.1 is a bug-fix release. No new features have been added. 5Most notably, various issues with the command line script have been fixed. 6There have also been a few fixes for minor parsing bugs in some edge cases. 7For a full list of changes, see the git log. 8 9Backwards-incompatible Changes 10------------------------------ 11 12Due to various complications in how Python handles command line scripts in 13differance systems and with differant installation tools, we were forced to 14rename the commandline script to ``markdown`` (no ".py"). A matching batch 15script will get installed on Windows. Any shell scripts which call 16``markdown.py`` will need to be altered to call ``markdown`` instead. 17