From a1c8b04d224ec6f5c3ca4467449ed7d408dcdc51 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 20 Feb 2012 14:56:56 +0100 Subject: [PATCH] Version 0.3.1 --- NEWS.rst | 6 ++++++ cairosvg/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index a79a96a6..23b8c74f 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -6,6 +6,12 @@ Version 1.0, coming soon ======================== +* A lot of things! + + +Version 0.3.1, released on 2012-02-20 +===================================== + * Percentages, em and ex units * Real opacity diff --git a/cairosvg/__init__.py b/cairosvg/__init__.py index e6325d0f..d8ca988e 100644 --- a/cairosvg/__init__.py +++ b/cairosvg/__init__.py @@ -27,7 +27,7 @@ from . import surface -VERSION = '0.4dev' +VERSION = '0.3.1' SURFACES = { 'SVG': surface.SVGSurface, # Tell us if you actually use this one! 'PNG': surface.PNGSurface,