From 5f242190741e1b19e2198fc3e8dc6478994215b3 Mon Sep 17 00:00:00 2001 From: swryan Date: Wed, 13 Mar 2024 12:10:42 -0400 Subject: [PATCH 1/2] update version/notes for 1.4.16 release --- RELEASE_NOTES.md | 7 +++++++ testflo/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3872f1a..0c1f416 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,12 @@ # RELEASE NOTES +*********************** +# testflo version 1.4.16 +March 13, 2024 + +- Change build system to hatchling; added a test workflow [#106](https://github.com/OpenMDAO/testflo/pull/106) +- Fixed handling of --skip_dirs arg [#105](https://github.com/OpenMDAO/testflo/pull/105) + *********************** # testflo version 1.4.15 December 28, 2023 diff --git a/testflo/__init__.py b/testflo/__init__.py index 965f6f6..5d78975 100644 --- a/testflo/__init__.py +++ b/testflo/__init__.py @@ -1 +1 @@ -__version__ = '1.4.16-dev' +__version__ = '1.4.16' From 1e47ec49a787d5d4bdad644e37a303e1be09c957 Mon Sep 17 00:00:00 2001 From: swryan <881430+swryan@users.noreply.github.com> Date: Wed, 13 Mar 2024 12:17:21 -0400 Subject: [PATCH 2/2] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0c1f416..d36aa6b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,7 +4,7 @@ # testflo version 1.4.16 March 13, 2024 -- Change build system to hatchling; added a test workflow [#106](https://github.com/OpenMDAO/testflo/pull/106) +- Changed build system to hatchling; added a test workflow [#106](https://github.com/OpenMDAO/testflo/pull/106) - Fixed handling of --skip_dirs arg [#105](https://github.com/OpenMDAO/testflo/pull/105) ***********************