Skip to content

Commit

Permalink
Merge pull request #30 from chrishavlin/release_prep_v0pt2pt0
Browse files Browse the repository at this point in the history
bump version to 0.2.0, update history
  • Loading branch information
chrishavlin authored May 31, 2024
2 parents 52c8f9f + 9358f8d commit 61a51ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
History
=======

v0.2.0
------
* enable styling on interactive graphs (see `new example <https://inheritance-explorer.readthedocs.io/en/latest/examples/ex_006_interactive_graph_styles.html>`_)

v0.1.3
------
* code comparison widget now uses a horizontal orientation
Expand Down
2 changes: 1 addition & 1 deletion inheritance_explorer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__author__ = """Chris Havlin"""
__email__ = "chris.havlin@gmail.com"
__version__ = "0.1.3"
__version__ = "0.2.0"

from .inheritance_explorer import ClassGraphTree
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "inheritance_explorer"
version = "0.1.3"
version = "0.2.0"
description = "A tool for exploring complex inheritance patters in python code"
readme = "README.rst"
requires-python = ">=3.8"
Expand Down

0 comments on commit 61a51ac

Please sign in to comment.