diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-18 19:13:35 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-18 19:13:42 +0200 |
commit | c6280c1c86b158b1becbefd5c1debc07f5a9d188 (patch) | |
tree | ee95a1834cdb24b3135fd3f1f58d21e2b642a937 /src | |
parent | Add missing DirProxy/GetAttrProxy to klass.__all__ (diff) | |
download | snakeoil-c6280c1c86b158b1becbefd5c1debc07f5a9d188.tar.gz snakeoil-c6280c1c86b158b1becbefd5c1debc07f5a9d188.tar.bz2 snakeoil-c6280c1c86b158b1becbefd5c1debc07f5a9d188.zip |
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@gentoo.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/snakeoil/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snakeoil/__init__.py b/src/snakeoil/__init__.py index 17aa8de..08fa720 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" |