diff --git a/CHANGES.rst b/CHANGES.rst index d5763949..6994895e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,17 +1,21 @@ .. This file is part of Invenio. - Copyright (C) 2015-2018 CERN. + Copyright (C) 2015-2019 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. Changes ======= +Version 1.1.0 (released 2019-02-22) + +- Removed deprecated Celery task. +- Deprecated CLI + Version 1.0.1 (released 2018-12-14) -- Fix CliRunner exceptions -- Fix json schema url -- MIT license and shield badge +- Fix CliRunner exceptions. +- Fix JSON Schema URL. Version 1.0.0 (released 2018-03-23) diff --git a/invenio_records/version.py b/invenio_records/version.py index 9f2ee45d..ef1fce5a 100644 --- a/invenio_records/version.py +++ b/invenio_records/version.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of Invenio. -# Copyright (C) 2015-2018 CERN. +# Copyright (C) 2015-2019 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.0.1' +__version__ = '1.1.0'