Skip to content

Commit

Permalink
Merge pull request #125 from brittonsmith/release311
Browse files Browse the repository at this point in the history
Changelog and version updates for 3.1.1 release.
  • Loading branch information
brittonsmith authored Feb 3, 2022
2 parents feb3408 + 2040482 commit f5d8c1d
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,34 @@ The `CREDITS file
contains the most up-to-date list of everyone who has contributed to the
``ytree`` source code.

Version 3.1.1
-------------

Release date: *February 3, 2022*

Bugfixes
^^^^^^^^

* Allow parallel_trees to work with non-root trees.
(`PR #123 <https://github.com/ytree-project/ytree/pull/123>`__)

* Use smarter regexes to get AHF naming scheme.
(`PR #118 <https://github.com/ytree-project/ytree/pull/118>`__)

* Add return value to comply with yt.
(`PR #121 <https://github.com/ytree-project/ytree/pull/121>`__)

Infrastructure Updates
^^^^^^^^^^^^^^^^^^^^^^
* Implement _apply_units method.
(`PR #122 <https://github.com/ytree-project/ytree/pull/122>`__)

* Enable parallelism on circleci.
(`PR #120 <https://github.com/ytree-project/ytree/pull/120>`__)

* Create pypi upload action.
(`PR #124 <https://github.com/ytree-project/ytree/pull/124>`__)

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

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.2.dev1'
version = u'3.1.1'
# The full version, including alpha/beta/rc tags.
release = u'3.2.dev1'
release = u'3.1.1'

# 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.2.dev1'
__version__ = '3.1.1'

0 comments on commit f5d8c1d

Please sign in to comment.