Skip to content

v0.1.0

Compare
Choose a tag to compare
@avishaycohen avishaycohen released this 10 Oct 10:17
· 6 commits to main since this release
94bd494

What's Changed

features:

  1. support for python3.8
  2. now you can use Parser.to_string to convert your MPD object back to an xml string:
xml_string = Parser.to_string(mpd_obj)

bugfixes:

  1. corrected behavior of text elements to behave like a tag
  2. change to MPD attribute now make the underlying lxml._element change as well

Full Changelog: v0.0.7...v0.1.0