Skip to content

Commit 5d57bad

Browse files
committed
update version/notes for 1.4.19 release
1 parent 49fa75f commit 5d57bad

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# RELEASE NOTES
22

3+
***********************
4+
# testflo version 1.4.19
5+
July 29, 2024
6+
7+
- 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)
8+
39
***********************
410
# testflo version 1.4.18
511
May 28, 2024

testflo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.4.19.dev0'
1+
__version__ = '1.4.19'

0 commit comments

Comments
 (0)