--- a/CHANGES.md Thu Mar 12 12:47:59 2020 +0000
+++ b/CHANGES.md Tue Mar 17 11:39:54 2020 +0000
@@ -11,6 +11,10 @@
The contributors lists are in no order and apologies to those accidentally not
mentioned. If we missed you, please let us know!
+RELEASE 3.5.42 17/03/2020
+--------------------------
+ * fix bug in tables.py reported by Kamil Niski https://bitbucket.org/rptlab/reportlab/issues/182 & Adam Kalinsky
+
RELEASE 3.5.41 4/03/2020
--------------------------
* fix python3 bug in DDIndenter.__getattr__
--- a/src/reportlab/__init__.py Thu Mar 12 12:47:59 2020 +0000
+++ b/src/reportlab/__init__.py Tue Mar 17 11:39:54 2020 +0000
@@ -1,9 +1,9 @@
#Copyright ReportLab Europe Ltd. 2000-2018
#see license.txt for license details
__doc__="""The Reportlab PDF generation library."""
-Version = "3.5.41"
+Version = "3.5.42"
__version__=Version
-__date__='20200304'
+__date__='20200317'
import sys, os