Skip to content

Commit

Permalink
bump versions, update history
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Jan 8, 2024
1 parent 7c783e5 commit ee58586
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyVBRc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.1"
__version__ = "0.3.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]" },
]
Expand Down
9 changes: 9 additions & 0 deletions release_history.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -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


0 comments on commit ee58586

Please sign in to comment.