Browse Source

Bump version to 1.0.2

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

+ 11
- 0
CHANGELOG View File

@ -1,6 +1,17 @@
Importhook Changelog
===================
Version 1.0.2
-------------
:Released: 09-24-2018
:Changes:
Fix linting issues.
Ensure `on_import` decorator returns wrapped function.
Version 1.0.1
-------------


+ 1
- 1
setup.py View File

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


Loading…
Cancel
Save