File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11..
2- Copyright (C) 2021 Graz University of Technology.
2+ Copyright (C) 2021-2026 Graz University of Technology.
33
44 repository-cli is free software; you can redistribute it and/or modify
55 it under the terms of the MIT License; see LICENSE file for more details.
66
77Changes
88=======
99
10+ Version v0.13.0 (released 2026-02-08)
11+
12+ - chore(black): update formatting to >= 26.0
13+ - chore(fix): maybe click change
14+ - chore(fix): deprecation warnings
15+ - chore(fix): add mock module for link generation
16+ - fix(docs): nitpick_ignore
17+ - chore(setup): bump dependencies
18+ - chore: start with mypy and ruff
19+ - chore: update records-marc21 dep
20+ - fix: add configuration for tests
21+ - setup: add python3.13 support
22+ - setup: add pyproject.toml
23+
1024Version v0.12.2 (release 2024-07-19)
1125
1226- setup: move to support python3.12 only
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22#
3- # Copyright (C) 2021 Graz University of Technology.
3+ # Copyright (C) 2021-2026 Graz University of Technology.
44#
55# repository-cli is free software; you can redistribute it and/or modify it
66# under the terms of the MIT License; see LICENSE file for more details.
99
1010from .ext import RepositoryCli
1111
12- __version__ = "0.12.2 "
12+ __version__ = "0.13.0 "
1313
1414__all__ = ("__version__" , "RepositoryCli" )
You can’t perform that action at this time.
0 commit comments