Skip to content

v0.1.37

Compare
Choose a tag to compare
@alexheat alexheat released this 24 Apr 16:06
· 119 commits to main since this release
7d7b0e9

This release (.37) will resolve an issue discovered by @dnth where category_ids were being exported as string values instead of ints. (Issue #46) @dnth supplied a fix that resolved the issue.

What's Changed

  • Cast category_id field value from str to int by @dnth in #47

New Contributors

  • @dnth made their first contribution in #47

Full Changelog: v0.1.36...v0.1.37