Skip to content

Commit

Permalink
Version 1.0.20
Browse files Browse the repository at this point in the history
Fix #87.
  • Loading branch information
liZe committed Feb 23, 2016
1 parent 553e384 commit c98a630
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======================================

Expand Down
2 changes: 1 addition & 1 deletion cairosvg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c98a630

Please sign in to comment.