src/reportlab/graphics/renderbase.py
changeset 4252 fe660f227cac
parent 4132 28379377462b
child 4274 ec03159b74bb
--- a/src/reportlab/graphics/renderbase.py	Wed Feb 17 11:09:40 2016 +0000
+++ b/src/reportlab/graphics/renderbase.py	Wed Feb 17 12:25:38 2016 +0000
@@ -1,8 +1,8 @@
-#Copyright ReportLab Europe Ltd. 2000-2012
+#Copyright ReportLab Europe Ltd. 2000-2016
 #see license.txt for license details
 #history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/renderbase.py
 
-__version__=''' $Id $ '''
+__version__='3.3.0'
 __doc__='''Superclass for renderers to factor out common functionality and default implementations.'''
 
 from reportlab.graphics.shapes import *