Browse Source

bump version to 1.0.9

master v1.0.9
Brett Langdon 6 years ago
parent
commit
fe92b62f7a
No known key found for this signature in database GPG Key ID: E6600FB894DB3D19
2 changed files with 8 additions and 1 deletions
  1. +7
    -0
      CHANGELOG
  2. +1
    -1
      setup.py

+ 7
- 0
CHANGELOG View File

@ -1,6 +1,13 @@
Importhook Changelog
===================
Version 1.0.9
-------------
:Released: 06-18-2020
:Changes:
Correct super call in HookMetaPaths.__setitem__ (#3)
Version 1.0.8
-------------


+ 1
- 1
setup.py View File

@ -13,7 +13,7 @@ def get_long_description():
setup(
name='importhook',
version='1.0.8',
version='1.0.9',
url='https://github.com/brettlangdon/importhook',
license='MIT',
author='Brett Langdon',


Loading…
Cancel
Save