From 5d57bad03265566d7ecc2ef8a97cf8e7bbaa18a1 Mon Sep 17 00:00:00 2001 From: swryan Date: Mon, 29 Jul 2024 15:15:42 -0400 Subject: [PATCH] update version/notes for 1.4.19 release --- RELEASE_NOTES.md | 6 ++++++ testflo/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d9f3f9c..0a234cf 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,11 @@ # RELEASE NOTES +*********************** +# testflo version 1.4.19 +July 29, 2024 + +- added current directory to sys.path during try_import to avoid any relative import failures in test files [#118](https://github.com/OpenMDAO/testflo/pull/118) + *********************** # testflo version 1.4.18 May 28, 2024 diff --git a/testflo/__init__.py b/testflo/__init__.py index 4f1ac84..617ed72 100644 --- a/testflo/__init__.py +++ b/testflo/__init__.py @@ -1 +1 @@ -__version__ = '1.4.19.dev0' +__version__ = '1.4.19'