Skip to content

Commit 7a25b33

Browse files
arthurzamCopilot
andcommitted
new release 0.2.14
Co-authored-by: Copilot <copilot@github.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent 7c2517c commit 7a25b33

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

NEWS.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Release Notes
33
=============
44

5+
pkgdev 0.2.14 (2026-05-05)
6+
---------------------------
7+
8+
- fix dependencies (Arthur Zamarin)
9+
510
pkgdev 0.2.13 (2026-05-01)
611
---------------------------
712
- tests no longer are sensitive to ``git --config --global`` content (Brian

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ classifiers = [
2929
dynamic = ["version"]
3030

3131
dependencies = [
32-
"snakeoil~=0.10.1",
33-
"pkgcore~=0.12.30",
34-
"pkgcheck~=0.10.36",
32+
"snakeoil~=0.11.0",
33+
"pkgcore~=0.12.32",
34+
"pkgcheck~=0.10.39",
3535
]
3636

3737
[project.optional-dependencies]

src/pkgdev/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__title__ = "pkgdev"
2-
__version__ = "0.2.13"
2+
__version__ = "0.2.14"

0 commit comments

Comments
 (0)