New
py2exe 0.13.0.2
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 https://github.com/py2exe/py2exe/pull/194
- Fix build with setuptools v70.0.0 by @lazka in https://github.com/py2exe/py2exe/pull/211
- fix a bug in MemoryModule.c:PerformBaseRelocation by @H4ckF0rFun in https://github.com/py2exe/py2exe/pull/210
- fix missing initialization settings for the frozen Python interpreter (#186)
- add runtime support for
setuptoolsv72 - fix the
matplotlib,numpy, andscipyhooks
New Contributors
- @lukaszgo1 made their first contribution in https://github.com/py2exe/py2exe/pull/194
- @lazka made their first contribution in https://github.com/py2exe/py2exe/pull/211
- @H4ckF0rFun made their first contribution in https://github.com/py2exe/py2exe/pull/210
Full Changelog: https://github.com/py2exe/py2exe/compare/v0.13.0.1...v0.13.0.2