proj/pkgcore/pkgdev:main commit in: /, src/pkgdev/
"Arthur Zamarin" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786721219.586f2a4f784ceaca48bf6a0a23074fcd66b48db3.arthurzam@gentoo> |
commit: 586f2a4f784ceaca48bf6a0a23074fcd66b48db3 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Aug 14 15:26:59 2026 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Aug 14 15:26:59 2026 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=586f2a4f new release 0.2.17 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> NEWS.rst | 2 +- src/pkgdev/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index e2c4652..c73a2da 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,7 +2,7 @@ Release Notes ============= -pkgdev 0.2.17 (unreleased) +pkgdev 0.2.17 (2026-08-14) -------------------------- **Fixes:** diff --git a/src/pkgdev/__init__.py b/src/pkgdev/__init__.py index eff821a..2cdca16 100644 --- a/src/pkgdev/__init__.py +++ b/src/pkgdev/__init__.py @@ -1,2 +1,2 @@ __title__ = "pkgdev" -__version__ = "0.2.17.dev0" +__version__ = "0.2.17"