Skip to content

Commit a09002b

Browse files
committed
bump: v0.31.2
1 parent 8b14937 commit a09002b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.31.2] - 2025-09-25
10+
### Fixed:
11+
- Docs: Upgrade docs to use Python 3.10.
12+
913
## [0.31.1] - 2025-09-25
1014
### Added:
1115
- Tree Print: Add customisation for attribute display and attribute separator.
@@ -826,7 +830,8 @@ ignore null attribute columns.
826830
- Utility Iterator: Tree traversal methods.
827831
- Workflow To Do App: Tree use case with to-do list implementation.
828832

829-
[Unreleased]: https://github.com/kayjan/bigtree/compare/0.31.1...HEAD
833+
[Unreleased]: https://github.com/kayjan/bigtree/compare/0.31.2...HEAD
834+
[0.31.2]: https://github.com/kayjan/bigtree/compare/0.31.1...0.31.2
830835
[0.31.1]: https://github.com/kayjan/bigtree/compare/0.31.0...0.31.1
831836
[0.31.0]: https://github.com/kayjan/bigtree/compare/0.30.1...0.31.0
832837
[0.30.1]: https://github.com/kayjan/bigtree/compare/0.30.0...0.30.1

bigtree/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.31.1"
1+
__version__ = "0.31.2"
22

33
from bigtree.binarytree.construct import list_to_binarytree
44
from bigtree.dag.construct import dataframe_to_dag, dict_to_dag, list_to_dag

0 commit comments

Comments
 (0)