commit: c6280c1c86b158b1becbefd5c1debc07f5a9d188 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 18 17:13:35 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Jan 18 17:13:42 2024 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=c6280c1c
start work on 0.10.7 This release might deprecate a lot of functionality which should be unused. Most likely next release would be 0.11.0 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> src/snakeoil/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snakeoil/__init__.py b/src/snakeoil/__init__.py index 17aa8de2..08fa7208 100644 --- a/src/snakeoil/__init__.py +++ b/src/snakeoil/__init__.py @@ -11,4 +11,4 @@ This library is a bit of a grabbag of the following: """ __title__ = "snakeoil" -__version__ = "0.10.6" +__version__ = "0.10.7"
