This repository has been archived by the owner on Aug 3, 2022. It is now read-only.
Releases: questionlp/libwwdtm
Releases · questionlp/libwwdtm
v1.2.1.5_1
Fix Location Slugify Logic
If a location slug string is NULL in the database, use the slugify library to generate a slug string on the fly based on the location's venue, city and/or state
v1.2.1.4
What's Changed
- Forgot to bump version in init.py by @questionlp in #26
Full Changelog: v1.2.1.3...v1.2.1.4
1.2.1.3
Correct the output from info.retrieve_by_id which returned original_show_date as-is versus raw output
1.2.1.2
Fix the sort order when getting recording locations and sorting by venue. Now sorts by venue, then city, then state.
1.2.1.1
v1.2.1.1 Minor PEP-8 cleanup