From 28940610b20fb2960c7aca3ee1f08372ebff6e8b Mon Sep 17 00:00:00 2001 From: John ZuHone Date: Thu, 1 Feb 2024 12:04:20 -0500 Subject: [PATCH] Bump version --- doc/source/changelog.rst | 12 ++++++++++++ doc/source/conf.py | 6 +++--- doc/source/index.rst | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 3f698eda..d91a5048 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -3,6 +3,18 @@ ChangeLog ========= +Version 4.3.1 +------------- + +This version of pyXSIM contains a bugfix and updates compatibility with other +packages. + +* The minimum required version of yt has been bumped up to 4.3.0. +* Cython 3.0 is now supported as a compile-time dependency for those building + pyXSIM from source. +* A subtle bug that caused photons created from cells or particles on the edges + of input regions to be scattered to large distances has been fixed. + Version 4.3.0 ------------- diff --git a/doc/source/conf.py b/doc/source/conf.py index c9ea7d2d..03e41160 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -72,7 +72,7 @@ # General information about the project. project = "pyXSIM" -copyright = "2023, John ZuHone" +copyright = "2024, John ZuHone" author = "John ZuHone" # The version info for the project you're documenting, acts as replacement for @@ -80,9 +80,9 @@ # built documents. # # The short X.Y version. -version = "4.3.0" +version = "4.3.1" # The full version, including alpha/beta/rc tags. -release = "4.3.0" +release = "4.3.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/source/index.rst b/doc/source/index.rst index 315adf93..4e40226c 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -44,7 +44,7 @@ pyXSIM is released under a Current Version --------------- -The current stable version is 4.3.0. See the :ref:`changelog` for details on +The current stable version is 4.3.1. See the :ref:`changelog` for details on changes from previous versions. Table of Contents