Skip to content

Commit bff82c8

Browse files
committed
1.2.1
1 parent fcfe080 commit bff82c8

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.0
2+
current_version = 1.2.1
33

44
[bumpversion:file:.bumpversion.cfg]
55

HISTORY.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.2.1 (2023-09-19)
2+
==================
3+
4+
Bugfixes
5+
--------
6+
7+
- Fix isinstance and issublcass method on multi levels inheritance hierarchy. (`#14 <https://github.com/lmignon/extendable/pull/14>`_)
8+
9+
110
1.2.0 (2023-07-28)
211
==================
312

news/isinstance.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/extendable/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.2.0"
1+
__version__ = "1.2.1"

0 commit comments

Comments
 (0)