Skip to content

Commit

Permalink
Release 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adang1345 committed Aug 7, 2024
1 parent 79b0891 commit d9f5ca6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.7.4 <sub><sup>(_7 August 2024_)</sup></sub>
- 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 <sub><sup>(_6 August 2024_)</sup></sub>
- 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.
Expand Down
2 changes: 1 addition & 1 deletion delvewheel/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.7.3'
__version__ = '1.7.4'

0 comments on commit d9f5ca6

Please sign in to comment.