diff --git a/CHANGES.rst b/CHANGES.rst index e21c4af1..1ac37bbc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,10 @@ Changes ======= +Version 3.8.0 (released 2022-03-03) + +- global: migrate to v8 of invenioRDM #257 + Version 3.7.0 (released 2021-12-07) - dep: bump config module #252 diff --git a/invenio_theme_tugraz/version.py b/invenio_theme_tugraz/version.py index 91c66f2b..6e081e68 100644 --- a/invenio_theme_tugraz/version.py +++ b/invenio_theme_tugraz/version.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020-2021 Graz University of Technology. +# Copyright (C) 2020-2022 Graz University of Technology. # # invenio-theme-tugraz is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more @@ -12,4 +12,4 @@ and parsed by ``setup.py``. """ -__version__ = "3.7.0" +__version__ = "3.8.0"