diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cfed8f..c6cfb62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.7.4 (_7 August 2024_) +- Fix `OSError: Error loading *.dll; The operation completed successfully.` Previously, this error occurred intermittently when importing packages for Python <= 3.7 or Conda Python <= 3.9. + ## 1.7.3 (_6 August 2024_) - Don't vendor the free-threaded Python DLL, e.g. `python313t.dll`. - Restore mangling of Visual C++ runtime redistributable DLLs. The problem this was meant to solve has been found to have a different cause. diff --git a/delvewheel/_version.py b/delvewheel/_version.py index 6da2111..043606c 100644 --- a/delvewheel/_version.py +++ b/delvewheel/_version.py @@ -1 +1 @@ -__version__ = '1.7.3' +__version__ = '1.7.4'