<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>Markdown</name>
<shortdesc>Python implementation of Markdown.</shortdesc>
<description>Python-Markdown 2.0.1 Release Notes
===================================

Python-Markdown 2.0.1 is a bug-fix release. No new features have been added.
Most notably, various issues with the command line script have been fixed.
There have also been a few fixes for minor parsing bugs in some edge cases.
For a full list of changes, see the git log.

Backwards-incompatible Changes
------------------------------

Due to various complications in how Python handles command line scripts in
differance systems and with differant installation tools, we were forced to
rename the commandline script to ``markdown`` (no ".py"). A matching batch
script will get installed on Windows. Any shell scripts which call
``markdown.py`` will need to be altered to call ``markdown`` instead.</description>
<download-page>http://pypi.python.org/packages/source/M/Markdown/Markdown-2.0.1.tar.gz</download-page>
<homepage rdf:resource="http://www.freewisdom.org/projects/python-markdown" />
<maintainer><foaf:Person><foaf:name>Waylan Limberg</foaf:name>
<foaf:mbox_sha1sum>40eefcf1154ad505df9050d78351ab49efeed2d2</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>2.0.1</revision></Version></release>
</Project></rdf:RDF>