diff --git a/CHANGES.rst b/CHANGES.rst index 8e013fd6c..349899b07 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changes ======= -0.4.1 (2017-08-xx) +0.4.1 (2017-08-14) ------------------ - Fix background color when exporting to svg. diff --git a/magrit_app/__init__.py b/magrit_app/__init__.py index d19983d5b..ffca15bd3 100755 --- a/magrit_app/__init__.py +++ b/magrit_app/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.4.0' +__version__ = '0.4.1'