diff --git a/NEWS.rst b/NEWS.rst index 738dc0c7..d9dfb153 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -11,6 +11,12 @@ Version 2.0, not released yet * Test CairoSVG with Travis +Version 1.0.20, released on 2016-02-23 +====================================== + +* Allow the user to give parent size + + Version 1.0.19, released on 2015-10-30 ====================================== diff --git a/cairosvg/__init__.py b/cairosvg/__init__.py index 86d7f6e3..ace2a021 100644 --- a/cairosvg/__init__.py +++ b/cairosvg/__init__.py @@ -27,7 +27,7 @@ from . import surface -VERSION = '1.0.19' +VERSION = '1.0.20' SURFACES = { 'SVG': surface.SVGSurface, # Tell us if you actually use this one! 'PNG': surface.PNGSurface,