From 4c5b8429bd4634a0a1b0aad2dd9febcf4d7e5a56 Mon Sep 17 00:00:00 2001 From: Andy Kee Date: Sat, 15 Jun 2024 21:03:23 +0900 Subject: [PATCH] v0.8.3 --- CHANGES.rst | 6 ++++++ lentil/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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