Skip to content

Version 0.56.0

Choose a tag to compare

@TheElementalOfDestruction TheElementalOfDestruction released this 18 Jul 21:12
· 9 commits to master since this release
f9a078f

v0.56.0

  • [TeamMsgExtractor #478] Expand allowable versions of ebcdic to include 2.x. The 2.0 release is a pure technical release with no functional changes; it only drops support for Python 2 and 3.8. The lower bound is unchanged so installs on Python 3.8 will continue to resolve to ebcdic 1.1.1.
  • [TeamMsgExtractor #469] Expanded beautifulsoup to allow for versions up to 5.*.*. I was previously hesitant to do so because they sometimes do what seems like non backwards compatible changes in minor versions, but it looks like this should be fine.
  • [TeamMsgExtractor #471] Added .strip() to file name determination to ensure that folders with trailing spaces would be corrected before being used.
  • [TeamMsgExtractor #481] Fixed a typo that caused an HTML body created from plain text to end with </head> instead of </html>.
  • [TeamMsgExtractor #476] Fixed MessageBase.asEmailMessage() raising ValueError when a message has multiple To recipients.