Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lmignon committed Oct 3, 2023
1 parent edcdab9 commit 71e3612
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.1
current_version = 1.2.2

[bumpversion:file:.bumpversion.cfg]

Expand Down
11 changes: 11 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.2.2 (2023-10-03)
==================

Bugfixes
--------

- Fix error when a class is extended to add others aggregated classes as parent
classes. Before this fix, the builder used the list of all base classes of
the final class as base classes for every class into the hierarchy. (`#15 <https://github.com/lmignon/extendable/issues/15>`_)


1.2.1 (2023-09-19)
==================

Expand Down
3 changes: 0 additions & 3 deletions news/15.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion src/extendable/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.1"
__version__ = "1.2.2"

0 comments on commit 71e3612

Please sign in to comment.