Skip to content

Commit

Permalink
bump to active development
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Jan 8, 2024
1 parent ee58586 commit dcbafae
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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.2"
__version__ = "0.3.3"
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.2"
version = "0.3.3"
authors = [
{ name="Chris Havlin", email="[email protected]" },
]
Expand Down
9 changes: 7 additions & 2 deletions release_history.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# 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

## bug fixes
- unyt < 3.0



# v0.3.0

This release adds some isotropic volume averaging via the new `IsotropicMixture` class
Expand Down
7 changes: 1 addition & 6 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -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


0 comments on commit dcbafae

Please sign in to comment.