No known key found for this signature in database
GPG Key ID: B664881177781B04
2 changed files with
10 additions and
1 deletions
-
CHANGELOG
-
setup.py
|
|
|
@ -1,6 +1,15 @@ |
|
|
|
Importhook Changelog |
|
|
|
=================== |
|
|
|
|
|
|
|
Version 1.0.5 |
|
|
|
------------- |
|
|
|
|
|
|
|
:Released: 09-25-2018 |
|
|
|
|
|
|
|
:Changes: |
|
|
|
Remove HookLoader functions load_module and create_module. |
|
|
|
|
|
|
|
|
|
|
|
Version 1.0.4 |
|
|
|
------------- |
|
|
|
|
|
|
|
|
|
|
|
@ -13,7 +13,7 @@ def get_long_description(): |
|
|
|
|
|
|
|
setup( |
|
|
|
name='importhook', |
|
|
|
version='1.0.4', |
|
|
|
version='1.0.5', |
|
|
|
url='https://github.com/brettlangdon/importhook', |
|
|
|
license='MIT', |
|
|
|
author='Brett Langdon', |
|
|
|
|