commit:     c0ca221cd9c6e3970a2baaa732289f65afdaca7c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 07:30:57 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 07:30:57 2023 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=c0ca221c

new release 0.10.5

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 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"

Reply via email to