Skip to content

Commit

Permalink
Merge pull request #163 from brittonsmith/v321
Browse files Browse the repository at this point in the history
Update changelog, credits, and version number for 3.2.1 release.
  • Loading branch information
brittonsmith authored Sep 15, 2023
2 parents 57d379f + 01e88ad commit 2fe116b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 7 deletions.
9 changes: 5 additions & 4 deletions CREDITS
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
ytree is a team effort. Join the team!

Contributors:
Britton Smith ([email protected])
Meagan Lang ([email protected])
Manodeep Sinha ([email protected])
Matthew Turk ([email protected])
Britton Smith (@brittonsmith)
Meagan Lang (@langmm)
Manodeep Sinha (@manodeep)
Matthew Turk (@matthewturk)
John Wise (@jwise77)
15 changes: 15 additions & 0 deletions doc/source/Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,21 @@ The `CREDITS file
contains the most up-to-date list of everyone who has contributed to the
``ytree`` source code.

Version 3.2.1
-------------

Release date: *September 15, 2023*

Bugfixes
^^^^^^^^

* Parallel bug fix for progress bar in select_halos (`PR #158
<https://github.com/ytree-project/ytree/pull/158>`__)
* Fix doc syntax (`PR #161
<https://github.com/ytree-project/ytree/pull/161>`__)
* Remove validate_index_order call (`PR #162
<https://github.com/ytree-project/ytree/pull/162>`__)

Version 3.2.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 @@ -69,9 +69,9 @@
# built documents.
#
# The short X.Y version.
version = u'3.3.dev0'
version = u'3.2.1'
# The full version, including alpha/beta/rc tags.
release = u'3.3.dev0'
release = u'3.2.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.3.dev0'
__version__ = '3.2.1'

0 comments on commit 2fe116b

Please sign in to comment.