@@ 209,6 209,7 @@ If your tag name isn't a valid Python id
Version History (in Brief)
--------------------------------
+- 1.20 fix crash on append to a non-escaped content node
- 1.19 produce a universal wheel
- 1.17 repackage it as "pml" since "html" clashes with the
homonymous py3 stdlib module
@@ 7,7 7,7 @@ from pml import __doc__
# perform the setup action
setup(
name='pml',
- version='1.19',
+ version='1.20',
description='simple, elegant HTML, XHTML and XML generation',
long_description=__doc__,
author='Richard Jones',