src/reportlab/lib/abag.py
changeset 4252 fe660f227cac
parent 4067 712e1822ca31
child 4330 617ffa6bbdc8
--- a/src/reportlab/lib/abag.py	Wed Feb 17 11:09:40 2016 +0000
+++ b/src/reportlab/lib/abag.py	Wed Feb 17 12:25:38 2016 +0000
@@ -1,7 +1,7 @@
-#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/lib/abag.py
-__version__=''' $Id$ '''
+__version__='3.3.0'
 __doc__='''Data structure to hold a collection of attributes, used by styles.'''
 class ABag:
     """