From c0ca221cd9c6e3970a2baaa732289f65afdaca7c Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 20 Jan 2023 09:30:57 +0200 Subject: new release 0.10.5 Signed-off-by: Arthur Zamarin --- NEWS.rst | 10 ++++++++++ src/snakeoil/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 6a654017..482b2856 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,16 @@ Release Notes ============= +snakeoil 0.10.5 (2023-01-20) +---------------------------- + +- cli.arghparse: improve _format_args for Delayed (Arthur Zamarin) + https://github.com/pkgcore/pkgcheck/issues/520 + +- compression: prefer gtar over tar if available (Sam James, #93) + +- format code with ``black`` (Brian Harring, Arthur Zamarin, #95) + snakeoil 0.10.4 (2022-12-09) ---------------------------- diff --git a/src/snakeoil/__init__.py b/src/snakeoil/__init__.py index a1c1f205..2009d305 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.4" +__version__ = "0.10.5" -- cgit v1.2.3-65-gdbad