From 4e9d6a8f18ee268641ec825dc89a0b8174785afd Mon Sep 17 00:00:00 2001 From: Daniel Cosmo Pizetta Date: Mon, 21 Mar 2022 16:20:22 -0300 Subject: [PATCH] FIX: changelog, update version --- CHANGES.rst | 8 +++++--- inspect_extensions.py | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 4c60a98..601b30c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,12 +1,14 @@ Changes ======= -v0.1.1.dev ----------- +v0.1.1 +------ + +* Fix setup to install as Python module +* Fix ancestors method to correct assign of child classes v0.1 ---- * First working version -* Fix ancestors method - Changing the ancestors method to correct the assignment of child classes diff --git a/inspect_extensions.py b/inspect_extensions.py index a5634bf..5e4a353 100644 --- a/inspect_extensions.py +++ b/inspect_extensions.py @@ -10,7 +10,7 @@ - Daniel Cosmo Pizetta """ -__version__ = '0.1' +__version__ = '0.1.1' import abc import argparse