2 files changed, 2 insertions(+), 1 deletions(-)

M README.md
M setup.py
M README.md +1 -0
@@ 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

          
M setup.py +1 -1
@@ 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',