diff --git a/CHANGES.rst b/CHANGES.rst index ddea05f..1c3f749 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Release notes ============= +v0.8.3 +------ +Released June 15, 2024 + +* Minor bugfix and documentation updates + v0.8.2 ------ Released April 20, 2024 diff --git a/lentil/__init__.py b/lentil/__init__.py index c12bdf0..f6155e2 100644 --- a/lentil/__init__.py +++ b/lentil/__init__.py @@ -4,7 +4,7 @@ # Copyright (c) 2020-2024, California Institute of Technology ("Caltech"). # U.S. Government sponsorship acknowledged. -__version__ = '0.8.2' +__version__ = '0.8.3' from lentil.ptype import ptype