diff --git a/HISTORY.rst b/HISTORY.rst index ddbbd2e..3941b69 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,5 +1,9 @@ Changelog --------- + +- Adds IE 11 compatibility. + [msom] + 1.16.2 (2018-07-19) ~~~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index 437c245..532ec42 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def get_long_description(): 'onegov.foundation', 'onegov.notice>=0.6.0', 'onegov.pdf>=0.3.3', - 'onegov.quill>=0.2.3', + 'onegov.quill>=0.3.2', 'onegov.shared', 'onegov.user>=0.17.0', 'python-dateutil',