*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit e3362dd2 authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Bump version to v2022.2.3

parent 4c8fbe6b
No related branches found
No related tags found
1 merge request!11Use setup.cfg instead of setup.py
......@@ -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)
......
# -*- 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")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment