diff --git a/ChangeLog.rst b/ChangeLog.rst index 12fa37e9..cad6ba64 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,8 +1,27 @@ ChangeLog: ========== -2021.8.0: ---------- +2021.08.01: +---------- + +Versions: +~~~~~~~~~ + +* FEniCS: 2019.1.0, build: py38_9 +* Dolfin-Adjoint: 2019.1.0 + +New Features: +~~~~~~~~~~~~~ + +* Added small yaw optimization regression test + +Bug Fixes +~~~~~~~~~ + +* Fixed a bug where the forward problem was not recomputed correctly during optimization + +2021.08.0: +---------- Versions: ~~~~~~~~~ diff --git a/doc/source/conf.py b/doc/source/conf.py index 725ca471..c7edf8a2 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -29,7 +29,7 @@ # The short X.Y version version = u'' # The full version, including alpha/beta/rc tags -release = u'2021.08.0' +release = u'2021.08.01' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index d705eec7..e51f6b37 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup(name ="windse", description="Wind Systems Engineering", - version="2021.8.0", + version="2021.08.01", author="Ryan King, Jeffery Allen, Ethan Young, John Jasa", author_email="ryan.king@nrel.gov, jeff.allen@nrel.gov", url="https://github.com/NREL/WindSE",