Skip to content

Commit

Permalink
FIX: changelog, update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dpizetta committed Mar 21, 2022
1 parent 7f5f1f2 commit 4e9d6a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion inspect_extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- Daniel Cosmo Pizetta
"""

__version__ = '0.1'
__version__ = '0.1.1'

import abc
import argparse
Expand Down

0 comments on commit 4e9d6a8

Please sign in to comment.