Skip to content

Commit e8a8cea

Browse files
committed
Updating version and changelog for 2.2.1 release.
1 parent 3224c9d commit e8a8cea

3 files changed

Lines changed: 27 additions & 3 deletions

File tree

doc/source/changelog.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,30 @@ The `CREDITS file
1313
contains the most up-to-date list of everyone who has contributed to the
1414
ytree 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+
1640
Version 2.2
1741
-----------
1842

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
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.

ytree/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
TreeNodeSelector, \
2020
add_tree_node_selector
2121

22-
__version__ = '2.3.dev1'
22+
__version__ = '2.2.1'

0 commit comments

Comments
 (0)