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'