Skip to content

Commit a4d751b

Browse files
committed
update version, history
1 parent 8cc2bae commit a4d751b

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

HISTORY.rst

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

5+
v0.1.3
6+
------
7+
* code comparison widget now uses a horizontal orientation
8+
* full switch to ``pyproject.toml``
9+
510
v0.1.2
611
------
712
* Add missing requirements

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.2"
5+
__version__ = "0.1.3"
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.2"
16+
version = "0.1.3"
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)