From d1a756468aaedf28089b726b40e8e75792fbfe63 Mon Sep 17 00:00:00 2001 From: Marko Ristin Date: Fri, 4 Nov 2022 08:52:47 +0100 Subject: [PATCH] Bumped to 1.2.2 (#30) * Added support for paths with spaces (#26) --- CHANGELOG.rst | 4 ++++ pylddwrap_meta.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a81cbdd..546a775 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +1.2.2 +===== +* Added support for paths with spaces (#26) + 1.2.1 ===== * Removed support for Python 3.5 (#23) diff --git a/pylddwrap_meta.py b/pylddwrap_meta.py index 2edd1ff..7fb4c17 100644 --- a/pylddwrap_meta.py +++ b/pylddwrap_meta.py @@ -4,7 +4,7 @@ __title__ = 'pylddwrap' __description__ = 'Wrap ldd *nix utility to determine shared libraries required by a program.' __url__ = 'http://github.com/Parquery/lddwrap' -__version__ = '1.2.1' # don't forget to update the changelog! +__version__ = '1.2.2' # don't forget to update the changelog! __author__ = 'Selim Naji, Adam Radomski and Marko Ristin' __author_email__ = 'selim.naji@parquery.com, adam.radomski@parquery.com, marko.ristin@gmail.com' __license__ = 'MIT'