Browse Source

v1.0.5

pull/3/head v1.0.5
Brett Langdon 7 years ago
parent
commit
123cea4360
No known key found for this signature in database GPG Key ID: B664881177781B04
2 changed files with 10 additions and 1 deletions
  1. +9
    -0
      CHANGELOG
  2. +1
    -1
      setup.py

+ 9
- 0
CHANGELOG View File

@ -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
-------------


+ 1
- 1
setup.py View File

@ -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',


Loading…
Cancel
Save