From e1fa0f40f738be28e2e6a280e16ad30e61582895 Mon Sep 17 00:00:00 2001 From: swryan Date: Fri, 27 Jun 2025 10:49:23 -0400 Subject: [PATCH] update version/notes for 1.4.20 release --- RELEASE_NOTES.md | 8 ++++++++ testflo/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0a234cf..fa2d199 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,13 @@ # RELEASE NOTES +*********************** +# testflo version 1.4.20 +June 27, 2025 + +- Improved functionality of the -f option [#123](https://github.com/OpenMDAO/testflo/pull/123) +- Added a workflow to publish to PyPi when a release is made on GitHub [#122](https://github.com/OpenMDAO/testflo/pull/122) + + *********************** # testflo version 1.4.19 July 29, 2024 diff --git a/testflo/__init__.py b/testflo/__init__.py index 0d14d4c..18f3dff 100644 --- a/testflo/__init__.py +++ b/testflo/__init__.py @@ -1 +1 @@ -__version__ = '1.4.20.dev0' +__version__ = '1.4.20'