Skip to content

Commit c64ee3d

Browse files
committed
v0.5.4
1 parent 6221fde commit c64ee3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.5.4] - Unreleased
7+
## [0.5.4] - 2022-11-12
88
### Added
99
- BaseNode: Add sort() to sort children.
1010
- Node: Made more extendable with pre-/post-assign checks.

bigtree/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.5.3"
1+
__version__ = "0.5.4"
22

33
from bigtree.dag.construct import dataframe_to_dag, dict_to_dag, list_to_dag
44
from bigtree.dag.export import dag_to_dataframe, dag_to_dict, dag_to_dot, dag_to_list

0 commit comments

Comments
 (0)