Skip to content

Commit 61a51ac

Browse files
authored
Merge pull request #30 from chrishavlin/release_prep_v0pt2pt0
bump version to 0.2.0, update history
2 parents 52c8f9f + 9358f8d commit 61a51ac

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
History
33
=======
44

5+
v0.2.0
6+
------
7+
* enable styling on interactive graphs (see `new example <https://inheritance-explorer.readthedocs.io/en/latest/examples/ex_006_interactive_graph_styles.html>`_)
8+
59
v0.1.3
610
------
711
* code comparison widget now uses a horizontal orientation

inheritance_explorer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
__author__ = """Chris Havlin"""
44
__email__ = "chris.havlin@gmail.com"
5-
__version__ = "0.1.3"
5+
__version__ = "0.2.0"
66

77
from .inheritance_explorer import ClassGraphTree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta"
1313

1414
[project]
1515
name = "inheritance_explorer"
16-
version = "0.1.3"
16+
version = "0.2.0"
1717
description = "A tool for exploring complex inheritance patters in python code"
1818
readme = "README.rst"
1919
requires-python = ">=3.8"

0 commit comments

Comments
 (0)