aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-01-20 09:30:57 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-01-20 09:30:57 +0200
commitc0ca221cd9c6e3970a2baaa732289f65afdaca7c (patch)
tree05e20bdafe01e9c53b213a9624ac0419d481cd4d
parentcli.arghparse: add missing comma in help metavar text (diff)
downloadsnakeoil-c0ca221cd9c6e3970a2baaa732289f65afdaca7c.tar.gz
snakeoil-c0ca221cd9c6e3970a2baaa732289f65afdaca7c.tar.bz2
snakeoil-c0ca221cd9c6e3970a2baaa732289f65afdaca7c.zip
new release 0.10.5v0.10.5
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--NEWS.rst10
-rw-r--r--src/snakeoil/__init__.py2
2 files changed, 11 insertions, 1 deletions
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"