Skip to content

Commit d1a7564

Browse files
authored
Bumped to 1.2.2 (#30)
* Added support for paths with spaces (#26)
1 parent 4022994 commit d1a7564

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.2.2
2+
=====
3+
* Added support for paths with spaces (#26)
4+
15
1.2.1
26
=====
37
* Removed support for Python 3.5 (#23)

pylddwrap_meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__title__ = 'pylddwrap'
55
__description__ = 'Wrap ldd *nix utility to determine shared libraries required by a program.'
66
__url__ = 'http://github.com/Parquery/lddwrap'
7-
__version__ = '1.2.1' # don't forget to update the changelog!
7+
__version__ = '1.2.2' # don't forget to update the changelog!
88
__author__ = 'Selim Naji, Adam Radomski and Marko Ristin'
99
__author_email__ = 'selim.naji@parquery.com, adam.radomski@parquery.com, marko.ristin@gmail.com'
1010
__license__ = 'MIT'

0 commit comments

Comments
 (0)