File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,30 @@ The `CREDITS file
1313contains the most up-to-date list of everyone who has contributed to the
1414ytree source code.
1515
16+ Version 2.2.1
17+ -------------
18+
19+ Release data: *October 24, 2018 *
20+
21+ Enhancements
22+ ^^^^^^^^^^^^
23+
24+ * Refactor of CatalogDataFile class
25+ (`PR #21 <https://github.com/brittonsmith/ytree/pull/21 >`__)
26+ * Simplify requirements file for docs build on readthedocs.io
27+ (`PR #22 <https://github.com/brittonsmith/ytree/pull/22 >`__)
28+
29+ Bugfixes
30+ ^^^^^^^^
31+
32+ * Restore access to analysis fields for tree roots
33+ (`PR #23 <https://github.com/brittonsmith/ytree/pull/23 >`__)
34+ * fix field access on non-root nodes when tree is not setup
35+ (`PR #20 <https://github.com/brittonsmith/ytree/pull/20 >`__)
36+ * fix issue of uid and desc_uid fields being clobbered during
37+ initial field access
38+ (`PR #19 <https://github.com/brittonsmith/ytree/pull/19 >`__)
39+
1640Version 2.2
1741-----------
1842
Original file line number Diff line number Diff line change 6262# built documents.
6363#
6464# The short X.Y version.
65- version = u'2.3.dev1 '
65+ version = u'2.2.1 '
6666# The full version, including alpha/beta/rc tags.
67- release = u'2.3.dev1 '
67+ release = u'2.2.1 '
6868
6969# The language for content autogenerated by Sphinx. Refer to documentation
7070# for a list of supported languages.
Original file line number Diff line number Diff line change 1919 TreeNodeSelector , \
2020 add_tree_node_selector
2121
22- __version__ = '2.3.dev1 '
22+ __version__ = '2.2.1 '
You can’t perform that action at this time.
0 commit comments