proj/pkgcore/snakeoil:master commit in: src/snakeoil/
"Arthur Zamarin" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786213735.ed6cc64842e3866ca7fa9f2af333126a779b043d.arthurzam@gentoo> |
commit: ed6cc64842e3866ca7fa9f2af333126a779b043d Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Aug 8 18:28:55 2026 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Aug 8 18:28:55 2026 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=ed6cc648 start work on 0.11.5 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> src/snakeoil/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/snakeoil/__init__.py b/src/snakeoil/__init__.py index b8ebdeb..2736efb 100644 --- a/src/snakeoil/__init__.py +++ b/src/snakeoil/__init__.py @@ -13,6 +13,6 @@ This library is a bit of a grabbag of the following: __title__ = "snakeoil" # TODO: wire these all against py_build rendered values, or against git. Don't hardcode it here. # Once that's done, extend it to the rest of the ecosystem. -__version__ = "0.11.4" -__version_info__ = (0, 11, 4) +__version__ = "0.11.5.dev0" +__version_info__ = (0, 11, 5, "dev0") __python_mininum_version__ = (3, 11, 0)