From ee58586fbeef2ad6421f14d5855da37193145a1c Mon Sep 17 00:00:00 2001 From: Chris Havlin Date: Mon, 8 Jan 2024 09:57:10 -0600 Subject: [PATCH 1/2] 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 From dcbafae00558e0a3b10e9150a7c95f0528518907 Mon Sep 17 00:00:00 2001 From: Chris Havlin Date: Mon, 8 Jan 2024 09:59:43 -0600 Subject: [PATCH 2/2] bump to active development --- pyVBRc/__init__.py | 2 +- pyproject.toml | 2 +- release_history.md | 9 +++++++-- release_notes.md | 7 +------ 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pyVBRc/__init__.py b/pyVBRc/__init__.py index f9aa3e1..e19434e 100644 --- a/pyVBRc/__init__.py +++ b/pyVBRc/__init__.py @@ -1 +1 @@ -__version__ = "0.3.2" +__version__ = "0.3.3" diff --git a/pyproject.toml b/pyproject.toml index 8f23b9d..4af6845 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyVBRc" -version = "0.3.2" +version = "0.3.3" authors = [ { name="Chris Havlin", email="chris.havlin@gmail.com" }, ] diff --git a/release_history.md b/release_history.md index d643ea8..a240e86 100644 --- a/release_history.md +++ b/release_history.md @@ -1,3 +1,10 @@ +# v0.3.2 + +This bugfix release restores full unyt support + +## bug fixes +- unyt no longer pinned to < 3.0 + # v0.3.1 This bugfix release pins unyt < 3.0 @@ -5,8 +12,6 @@ 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 6081b38..412cf36 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,8 +1,3 @@ -# v0.3.2 - -This bugfix release restores full unyt support - -## bug fixes -- unyt no longer pinned to < 3.0 +# v0.3.3