From cb8d7cd2e2e0ced562ab0b010d16d741cafd3e29 Mon Sep 17 00:00:00 2001 From: swryan Date: Thu, 28 Dec 2023 13:03:07 -0500 Subject: [PATCH 1/2] Update version/notes for 1.4.15 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 866d31f..fb6e139 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,11 @@ # RELEASE NOTES +*********************** +# testflo version 1.4.15 +December 28, 2023 + +- Updated to handle a change in skiped test behavior with Python 3.12.1 [#99](https://github.com/OpenMDAO/testflo/pull/99) + *********************** # testflo version 1.4.14 November 13, 2023 diff --git a/testflo/__init__.py b/testflo/__init__.py index 207f631..be4d451 100644 --- a/testflo/__init__.py +++ b/testflo/__init__.py @@ -1 +1 @@ -__version__ = '1.4.15-dev' +__version__ = '1.4.15' From 89ec48e77c27dc9dc661a986fae8afef7a111021 Mon Sep 17 00:00:00 2001 From: swryan Date: Thu, 28 Dec 2023 13:06:14 -0500 Subject: [PATCH 2/2] fix release note --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index fb6e139..3872f1a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,7 +4,7 @@ # testflo version 1.4.15 December 28, 2023 -- Updated to handle a change in skiped test behavior with Python 3.12.1 [#99](https://github.com/OpenMDAO/testflo/pull/99) +- Updated to handle a change in skipped test behavior with Python 3.12.1 [#100](https://github.com/OpenMDAO/testflo/pull/100) *********************** # testflo version 1.4.14