Skip to content

Commit 1b1cdc2

Browse files
committed
release: v0.13.0
1 parent b6a62bc commit 1b1cdc2

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGES.rst

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
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

77
Changes
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+
1024
Version v0.12.2 (release 2024-07-19)
1125

1226
- setup: move to support python3.12 only

repository_cli/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
@@ -9,6 +9,6 @@
99

1010
from .ext import RepositoryCli
1111

12-
__version__ = "0.12.2"
12+
__version__ = "0.13.0"
1313

1414
__all__ = ("__version__", "RepositoryCli")

0 commit comments

Comments
 (0)