From ee58586fbeef2ad6421f14d5855da37193145a1c Mon Sep 17 00:00:00 2001 From: Chris Havlin Date: Mon, 8 Jan 2024 09:57:10 -0600 Subject: [PATCH] bump versions, update history --- pyVBRc/__init__.py | 2 +- pyproject.toml | 2 +- release_history.md | 9 +++++++++ release_notes.md | 6 +++--- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/pyVBRc/__init__.py b/pyVBRc/__init__.py index 260c070..f9aa3e1 100644 --- a/pyVBRc/__init__.py +++ b/pyVBRc/__init__.py @@ -1 +1 @@ -__version__ = "0.3.1" +__version__ = "0.3.2" diff --git a/pyproject.toml b/pyproject.toml index f966326..8f23b9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyVBRc" -version = "0.3.1" +version = "0.3.2" authors = [ { name="Chris Havlin", email="chris.havlin@gmail.com" }, ] diff --git a/release_history.md b/release_history.md index cadc925..d643ea8 100644 --- a/release_history.md +++ b/release_history.md @@ -1,3 +1,12 @@ +# v0.3.1 + +This bugfix release pins unyt < 3.0 + +## bug fixes +- unyt < 3.0 + + + # v0.3.0 This release adds some isotropic volume averaging via the new `IsotropicMixture` class diff --git a/release_notes.md b/release_notes.md index b9e9962..6081b38 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,8 +1,8 @@ -# v0.3.1 +# v0.3.2 -This bugfix release pins unyt < 3.0 +This bugfix release restores full unyt support ## bug fixes -- unyt < 3.0 +- unyt no longer pinned to < 3.0