diff --git a/CHANGES.rst b/CHANGES.rst index 3f29790..89feca8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,13 +8,18 @@ Changes ======= +Version 1.1.2 (released 2020-03-05) + +- Bumps Flask-BabelEx support latest Flask/Werkzeug. +- Replaces Flask dependency with ``invenio-base``. + Version 1.1.1 (released 2018-12-12) - - Fix an incorrect JS import. +- Fix an incorrect JS import. Version 1.1.0 (released 2018-11-06) - - Introduce webpack support. +- Introduce webpack support. Version 1.0.0 (released 2018-03-23) diff --git a/invenio_i18n/version.py b/invenio_i18n/version.py index 8aa0533..0848f34 100644 --- a/invenio_i18n/version.py +++ b/invenio_i18n/version.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of Invenio. -# Copyright (C) 2015-2018 CERN. +# Copyright (C) 2015-2020 CERN. # # Invenio is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. @@ -14,4 +14,4 @@ from __future__ import absolute_import, print_function -__version__ = '1.1.1' +__version__ = '1.1.2'