File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,10 @@ PyTrees is a python implementation of behaviour trees designed to facilitate the
16
16
17
17
## What's New?
18
18
19
- * [ 2023-01-23] The [ 2.2.x Release] [ new-2.2.x ] is out! Sequences and Selectors with AND without memory.
20
- * [ 2023-01-23] [ Get Started] ( #getting-started ) with py_trees in under 5mins.
19
+ * [ 2023-01-28] The [ 2.2.x Release] [ new-2.2.x ] is out! Sequences and Selectors with AND without memory.
20
+ * [ 2023-01-28] [ Get Started] ( #getting-started ) with py_trees in under 5mins.
21
+ * [ 2023-01-28] This is now a ` poetry ` project with configuration governed by ` pyproject.toml ` .
22
+ * The vestigial ` setup.py ` is only to assist distribution where [ PEP-517] ( https://peps.python.org/pep-0517/ ) is not yet well supported.
21
23
22
24
## Documentation
23
25
You can’t perform that action at this time.
0 commit comments