Skip to content

Releases: Qix-/better-exceptions

0.2.1

16 Jan 16:25
Compare
Choose a tag to compare

Starting this release out by mentioning the real MVP @Delgan for all of their help with the latest version of better_exceptions, and for all of the recent support. This release is mainly composed of his work.

This release changes the usage slightly (in a backwards compatible manner):

  • No longer do you need to import better_exceptions - the import hook has been baked into the package and thus pip install better_exceptions and export BETTER_EXCEPTIONS=1 is all that is necessary (see the README for more information)
  • Several bugfixes have been merged and a lot of improvements have been made to portability and text encoding

This release has been published to pypi as better_exceptions==0.2.1.

0.1.8

12 May 07:14
Compare
Choose a tag to compare

Small patch-fix that enables running python startup scripts if PYTHONSTARTUP is exported in your environment. 🌮