diff --git a/NEWS.rst b/NEWS.rst index 75e57dfc..76a189be 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -3,10 +3,16 @@ ====== -Version 2.0.12 released on 2017-03-20 -===================================== +Version 2.0.3 released on 2017-05-02 +==================================== + +* Add ``python_requires`` in ``setup.py`` + + +Version 2.0.2 released on 2017-03-20 +==================================== -* Handle `text-align` in textPath tags +* Handle ``text-align`` in textPath tags * Test with Python 3.6 diff --git a/cairosvg/__init__.py b/cairosvg/__init__.py index cfaa2570..512b52ea 100644 --- a/cairosvg/__init__.py +++ b/cairosvg/__init__.py @@ -19,7 +19,7 @@ """ -__version__ = '2.0.2' # noqa (version is used by relative imports) +__version__ = '2.0.3' # noqa (version is used by relative imports) import os