Skip to content

Commit 377e5b3

Browse files
committed
v0.14.1 version update
1 parent 6781213 commit 377e5b3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.14.1] - 2023-10-18
8+
### Added
9+
- Misc: Changes to main branch checks if the latest version exists (using git tag) before publishing package and building documentation.
10+
711
## [0.14.0] - 2023-10-18
812
### Added
913
- Tree Modifier: Shift nodes with replacement of to-node with `shift_and_replace_nodes`.
@@ -361,6 +365,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
361365
- Utility Iterator: Tree traversal methods.
362366
- Workflow To Do App: Tree use case with to-do list implementation.
363367

368+
[0.14.1]: https://github.com/kayjan/bigtree/compare/0.14.0...0.14.1
364369
[0.14.0]: https://github.com/kayjan/bigtree/compare/0.13.3...0.14.0
365370
[0.13.3]: https://github.com/kayjan/bigtree/compare/0.13.2...0.13.3
366371
[0.13.2]: https://github.com/kayjan/bigtree/compare/0.13.1...0.13.2

bigtree/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.14.0"
1+
__version__ = "0.14.1"
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)