[1.3.1] - 2025-10-03
Changes
- Updated version to 1.3.1 for patch release.
- Updated
log,lv1,lv2,lv3,lv4, andlv5methods in_base.pyto use proper default values forexc_info(False),stack_info(False), andstacklevel(1) instead ofNone. - Corrected tests
test_log_with_default_stacklevelandtest_log_levelsto verify that the record logger name matches the logger name assigned in the fixture, rather than a hardcoded expected value. - Corrected
test_add_handlerandtest_log_with_default_stacklevelintest_base.pyto addcaplog.set_level(logging.DEBUG)for proper DEBUG log capture. Kudos to @schoekek for identifying the issue and supplying the fix in #6. The nice thing is that it's not a code change, but an update to how testing is done. - Discovered that ReadTheDocs builds were failing due to conditional resulting in
html_themebeing set toNonewhen building on ReadTheDocs. Updateddocs/conf.pyto always sethtml_themetosphinx_rtd_theme, at least for now.
All tests passing.