diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ef468f3..866d31f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,11 @@ # RELEASE NOTES +*********************** +# testflo version 1.4.14 +November 13, 2023 + +- Fixed a bug with the disallow_skipped option [#96](https://github.com/OpenMDAO/testflo/pull/96) + *********************** # testflo version 1.4.13 October 27, 2023 diff --git a/testflo/__init__.py b/testflo/__init__.py index 465f418..250ba52 100644 --- a/testflo/__init__.py +++ b/testflo/__init__.py @@ -1 +1 @@ -__version__ = '1.4.14-dev' +__version__ = '1.4.14'