8000 Release py2exe 0.13.0.2 · py2exe/py2exe · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

py2exe 0.13.0.2

Latest
Compare
Choose a tag to compare
@albertosottile albertosottile released this 22 Jul 19:47
· 3 commits to master since this release

This release includes several bug fixes.Thanks to all the people that contributed to it.

Changelog:

  • Reintroduce ability to specify different version info for each of the frozen binaries. by @lukaszgo1 in #194
  • Fix build with setuptools v70.0.0 by @lazka in #211
  • fix a bug in MemoryModule.c:PerformBaseRelocation by @H4ckF0rFun in #210
  • fix missing initialization settings for the frozen Python interpreter (#186)
  • add runtime support for setuptools v72
  • fix the matplotlib, numpy, and scipy hooks

New Contributors

Full Changelog: v0.13.0.1...v0.13.0.2

0