-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from Parquery/mristin/Added-support-for-Python-…
…3.7-and-3.8 Added support for Python 3.7 and 3.8
- Loading branch information
Showing
6 changed files
with
27 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
1.0.2 | ||
===== | ||
* Added support for Python 3.7 and 3.8 | ||
|
||
1.0.1 | ||
===== | ||
* Fixed license badge in the Readme | ||
|
||
1.0.0 | ||
===== | ||
|
||
* Initial version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.0.1' | ||
__version__ = '1.0.2' # don't forget to update the changelog! | ||
__author__ = 'Selim Naji, Adam Radomski and Marko Ristin' | ||
__author_email__ = '[email protected], [email protected], [email protected]' | ||
__license__ = 'MIT' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters