From 01e88ad225730786664cd1cc72f95e0bcea2b505 Mon Sep 17 00:00:00 2001 From: Britton Smith Date: Fri, 15 Sep 2023 14:13:21 +0100 Subject: [PATCH] Update changelog, credits, and version number for 3.2.1 release. --- CREDITS | 9 +++++---- doc/source/Changelog.rst | 15 +++++++++++++++ doc/source/conf.py | 4 ++-- ytree/__init__.py | 2 +- 4 files changed, 23 insertions(+), 7 deletions(-) diff --git a/CREDITS b/CREDITS index b524e42c..187c07db 100644 --- a/CREDITS +++ b/CREDITS @@ -1,7 +1,8 @@ ytree is a team effort. Join the team! Contributors: - Britton Smith (brittonsmith@gmail.com) - Meagan Lang (langmm.astro@gmail.com) - Manodeep Sinha (manodeep@gmail.com) - Matthew Turk (matthewturk@gmail.com) + Britton Smith (@brittonsmith) + Meagan Lang (@langmm) + Manodeep Sinha (@manodeep) + Matthew Turk (@matthewturk) + John Wise (@jwise77) diff --git a/doc/source/Changelog.rst b/doc/source/Changelog.rst index 302e15d0..63774359 100644 --- a/doc/source/Changelog.rst +++ b/doc/source/Changelog.rst @@ -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 + `__) + * Fix doc syntax (`PR #161 + `__) + * Remove validate_index_order call (`PR #162 + `__) + Version 3.2.0 ------------- diff --git a/doc/source/conf.py b/doc/source/conf.py index 73550a8c..e25dc9c6 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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. diff --git a/ytree/__init__.py b/ytree/__init__.py index 1d0af9e7..eddbb534 100644 --- a/ytree/__init__.py +++ b/ytree/__init__.py @@ -27,4 +27,4 @@ parallel_tree_nodes, \ parallel_nodes -__version__ = '3.3.dev0' +__version__ = '3.2.1'