Skip to content

Commit

Permalink
Merge pull request #40 from brittonsmith/release2.3
Browse files Browse the repository at this point in the history
Update changelog and version for 2.3 release.
  • Loading branch information
brittonsmith authored Dec 17, 2019
2 parents c39d7d6 + c341026 commit 67cbfef
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
27 changes: 26 additions & 1 deletion doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,35 @@ The `CREDITS file
contains the most up-to-date list of everyone who has contributed to the
``ytree`` source code.

Version 2.3
-----------

Release date: *December 17, 2019*

This release marks the `acceptance of the ytree paper
<https://github.com/openjournals/joss-reviews/issues/1881>`__ in
`JOSS <https://joss.theoj.org/>`__.

This is the last release to support Python 2.

New Features
^^^^^^^^^^^^

* Add TreePlot for plotting and examples docs
(`PR #39 <https://github.com/ytree-project/ytree/pull/39>`__)

Enhancements
^^^^^^^^^^^^

* Add time field
(`PR #25 <https://github.com/ytree-project/ytree/pull/25>`__)
* Move treefarm module to separate package
(`PR #28 <https://github.com/ytree-project/ytree/pull/28>`__)

Version 2.2.1
-------------

Release data: *October 24, 2018*
Release date: *October 24, 2018*

Enhancements
^^^^^^^^^^^^
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
# built documents.
#
# The short X.Y version.
version = u'2.3.dev2'
version = u'2.3'
# The full version, including alpha/beta/rc tags.
release = u'2.3.dev2'
release = u'2.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion ytree/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
from ytree.visualization.tree_plot import \
TreePlot

__version__ = '2.3.dev2'
__version__ = '2.3'

0 comments on commit 67cbfef

Please sign in to comment.