From e3362dd24e7a8270f6941cb59a2c973460bee3c2 Mon Sep 17 00:00:00 2001 From: Maximilian Moser <maximilian.moser@tuwien.ac.at> Date: Wed, 23 Nov 2022 17:08:44 +0100 Subject: [PATCH] Bump version to v2022.2.3 --- CHANGES.rst | 3 ++- invenio_utilities_tuw/__init__.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index b868a10..4d4fc09 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,11 +8,12 @@ Changes ======= -Version 2022.2 (released 2022-07-19, updated 2022-08-26) +Version 2022.2 (released 2022-07-19, updated 2022-11-23) - v9 compat: Replace usage of user.profile with user.user_profile - Add CLI command for showing users' API tokens - Add CLI command for calling all known services' ``rebuild_index()`` +- Migrate from setup.py to setup.cfg Version 2022.1 (released 2022-03-25, updated 2022-07-04) diff --git a/invenio_utilities_tuw/__init__.py b/invenio_utilities_tuw/__init__.py index 0a9a847..8dff1dd 100644 --- a/invenio_utilities_tuw/__init__.py +++ b/invenio_utilities_tuw/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 - 2021 TU Wien. +# Copyright (C) 2020-2022 TU Wien. # # Invenio-Utilities-TUW is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more @@ -10,6 +10,6 @@ from .ext import InvenioUtilitiesTUW -__version__ = "2022.2.2" +__version__ = "2022.2.3" __all__ = ("__version__", "InvenioUtilitiesTUW") -- GitLab