src/reportlab/__init__.py
changeset 4194 9ecdf084933c
parent 4192 45ea6eae3071
child 4197 23596473c5b5
--- a/src/reportlab/__init__.py	Tue May 12 17:28:27 2015 +0100
+++ b/src/reportlab/__init__.py	Wed May 13 14:09:03 2015 +0100
@@ -1,9 +1,8 @@
-#Copyright ReportLab Europe Ltd. 2000-2012
+#Copyright ReportLab Europe Ltd. 2000-2015
 #see license.txt for license details
-#history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/__init__.py
-__version__=''' $Id$ '''
 __doc__="""The Reportlab PDF generation library."""
-Version = "3.1.58"
+Version = "3.1.59"
+__version__=Version
 
 import sys, os, imp