Skip to content

Commit

Permalink
release: v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Mar 6, 2020
1 parent e30a0f7 commit 123b3db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGES.rst
Expand Up @@ -8,13 +8,18 @@
Changes
=======

Version 1.2.0 (released 2020-03-06)

- 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)

Expand Down
4 changes: 2 additions & 2 deletions 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.
Expand All @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = '1.1.1'
__version__ = '1.2.0'

0 comments on commit 123b3db

Please sign in to comment.