Skip to content

Commit

Permalink
Merge pull request #114 from brittonsmith/v31
Browse files Browse the repository at this point in the history
Update changelog and versions for 3.1 release.
  • Loading branch information
brittonsmith authored Aug 30, 2021
2 parents 39994b8 + 50022f9 commit a8f24e2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ The `CREDITS file
contains the most up-to-date list of everyone who has contributed to the
``ytree`` source code.

Version 3.1
-----------

Release date: *August 30, 2021*

New Featues
^^^^^^^^^^^

* Add AnalysisPipeline
(`PR #113 <https://github.com/ytree-project/ytree/pull/113>`__)

* Add Parallel Iterators
(`PR #112 <https://github.com/ytree-project/ytree/pull/112>`__)

Version 3.0
-----------

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

# 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 @@ -27,4 +27,4 @@
parallel_tree_nodes, \
parallel_nodes

__version__ = '3.1.dev2'
__version__ = '3.1.0'

0 comments on commit a8f24e2

Please sign in to comment.